Skip to main content
A newer version of this page is available. .

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; }

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