Back to Devexpress

SchedulerControl.OptionsLayout Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-4cc1374a.md

latest2.1 KB
Original Source

SchedulerControl.OptionsLayout Property

Provides access to the property specifying the layout’s version.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public OptionsLayoutBase OptionsLayout { get; }
vb
Public ReadOnly Property OptionsLayout As OptionsLayoutBase

Property Value

TypeDescription
OptionsLayoutBase

An OptionsLayoutBase object, containing layout characteristics.

|

Remarks

Use the OptionsLayout property to set the version of the control’s layout via the OptionsLayoutBase.LayoutVersion property.

Handle the control’s SchedulerControl.LayoutUpgrade event to implement a routine that will upgrade old layouts. This event occurs after a previously saved layout has been loaded, and only if its version doesn’t match the version of the current control’s layout.

See Also

BeforeLoadLayout

LayoutUpgrade

Save and Restore Layouts of DevExpress controls

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace