Skip to main content

ASPxScheduler.ClientLayout Event

Enables you to save and restore the previously saved layout of the scheduler.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public event ASPxClientLayoutHandler ClientLayout

#Event Data

The ClientLayout event's data class is ASPxClientLayoutArgs. The following properties provide information specific to this event:

Property Description
LayoutData Gets or sets the layout data.
LayoutMode Indicates whether a control’s layout should be saved or restored.

#Remarks

Handle the ClientLayout event to save and restore the scheduler’s layout from a data store.

See Also