A newer version of this page is available.
Switch to the current version.
ASPxSchedulerRelatedControlBase.MasterControl Property
Provides access to the host control for satellite controls of the ASPxScheduler Suite.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public IMasterControl MasterControl { get; set; }
Public Property MasterControl As IMasterControl
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.
Implements
DevExpress.Web.Internal.IRelatedControl.MasterControl
See Also
Feedback