Skip to main content

ASPxSchedulerRelatedControlBase.MasterControl Property

Provides access to the host control for satellite controls of the ASPxScheduler Suite.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v26.1.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 access the host ASPxScheduler from linked satellite controls. The ASPxSchedulerRelatedControlBase.MasterControlID property specifies the current control’s master.

See Also