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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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