Skip to main content
A newer version of this page is available. .

SchedulerListEditorBase.IsSchedulerControlLoaded Property

Indicates whether the Scheduler control has been loaded.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v19.1.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