Skip to main content
.NET 6.0+

SchedulerListEditorBase.IsSchedulerControlLoaded Property

Indicates whether the Scheduler control has been loaded.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v23.2.dll

Declaration

public virtual bool IsSchedulerControlLoaded { get; }

Property Value

Type Description
Boolean

true if the Scheduler control is loaded; otherwise, false.

Remarks

This property is intended for internal use.

See Also