ASPxSchedulerRelatedControlBase.MasterControl Property
Provides access to the host control for satellite controls of the ASPxScheduler Suite.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Web.Internal.IMasterControl | An object, implementing the DevExpress.Web.Internal.IMasterControl interface. |
Remarks
Use this property to get access to the host ASPxScheduler control for the controls which are designed to operate in linked mode. The ASPxSchedulerRelatedControlBase.MasterControlID property specifies the master of the current control.
See Also