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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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