Back to Devexpress

SchedulerViewBase.Control Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-07257d6a.md

latest1.4 KB
Original Source

SchedulerViewBase.Control Property

Gets the scheduler control which the current View belongs to.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public SchedulerControl Control { get; }
vb
<Browsable(False)>
Public ReadOnly Property Control As SchedulerControl

Property Value

TypeDescription
SchedulerControl

The SchedulerControl object which the View belongs to.

|

Remarks

The Control property can be used to access the properties and methods of the SchedulerControl object which the current View belongs to.

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace