Back to Devexpress

SchedulerViewBase.Control Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-schedulerviewbase.md

latest1.3 KB
Original Source

SchedulerViewBase.Control Property

Gets the scheduler control to which the current View belongs.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public ASPxScheduler Control { get; }
vb
Public ReadOnly Property Control As ASPxScheduler

Property Value

TypeDescription
ASPxScheduler

The ASPxScheduler object to which the View belongs.

|

Remarks

Use the Control property to access the properties and methods of the ASPxScheduler object which the current View belongs to.

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Web.ASPxScheduler Namespace