Back to Devexpress

ViewBase.IsActive Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-viewbase-aad5273d.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsActive { get; set; }
vb
Public Property IsActive As Boolean

Property Value

TypeDescription
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

ActiveViewIndex

ActiveView

ViewBase Class

ViewBase Members

DevExpress.Xpf.Scheduling Namespace