Skip to main content
All docs
V19.1

ViewBase.IsActive Property

Gets or sets a value that indicates whether the current view is active in the scheduler.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public bool IsActive { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

To access the scheduler’s current view, use the SchedulerView.ActiveView property.

See Also