Skip to main content

ASPxSchedulerOptionsForms.DialogLayoutSettings Property

Provides access to the Scheduler dialog’s layout settings.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerDialogLayoutSettings DialogLayoutSettings { get; }

Property Value

Type Description
ASPxSchedulerDialogLayoutSettings

An ASPxSchedulerDialogLayoutSettings object containing dialog layout settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to DialogLayoutSettings
ASPxScheduler
.OptionsForms .DialogLayoutSettings
See Also