ASPxSchedulerRelatedControlBase.MasterControlID Property
In This Article
Get or sets the ID of the master control for the scheduler satellite controls.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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