Panel Controls

A panel control is a control that is associated to a panel.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The panle on which the control is placed.

string
required
length between 1 and 450

The type of control to be displayed.

string | null

The name of the Control

int32

Column of data type int in the PanelControl table is a numeric field used to store a integer value that can be used to represent a quantity or identifier for a specific panel control.

int32

The ColumnSpan field of type int in the PanelControl table is used to determine the number of columns the control should be spanning in a tabular layout.

int32

Row in the PanelControl table is an INT data type field which is used to store a row number that corresponds to the particular panel being controlled by the application. This field, along with the other fields in the table, is used to control the different panels in the application.

int32

RowSpan is an int field in the table PanelControl that specifies the number of rows the control should occupy in the table. Using this field, UI developers can easily create dynamic panels on the screen with controls adjusted to the right size.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!