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

ViewBase.IsActive Property

Gets or sets a value indicating whether the current View is active in the SchedulerControl. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public bool IsActive { get; set; }

Property Value

Type Description
Boolean

true, if the current view is active in the control; otherwise, false.

Remarks

You can also use the SchedulerControl.ActiveViewIndex property to specify the active view in the SchedulerControl.

Use the SchedulerControl.ActiveView property to obtain the currently active view.

See Also