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

ASPxSchedulerRelatedControlBase.MasterControlID Property

Get or sets the ID of the master control for the scheduler satellite controls.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue("")]
public virtual string MasterControlID { get; set; }

Property Value

Type Default Description
String String.Empty

A String, specifying the control.

Remarks

Use this property to bind the satellite scheduler controls, such as ASPxDateNavigator, ASPxViewSelector etc. , dropped onto a page, to the ASPxScheduler control.

See Also