Skip to main content

LayoutControl Properties

An object defining properties for the LayoutControl class.

ControlId

The unique identifier of the control.

Type: string


Layout

The layout settings for the control.

Type: ContainerLayout


ClientEvents

A list of client-side events associated with the control.

Type: List<EventItem>


DesignerProps

The designer properties associated with the layout control.

Type: DesignerProps


ExecutedServerEvents

A list of server events that have been executed.

Type: List<ControlExecutedServerEvent>


Name

The name of the control.

Type: string


Items

The list of items contained within the layout control.

Type: List<string>


ServerEvents

A list of server-side events associated with the control.

Type: List<EventItem>