ASPxScheduler.ApplyStyleSheetSkin(Page) Method
In This Article
Applies the style properties defined in the page style sheet to the control, then starts the ASPxScheduler control’s initialization.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
page | Page | The Page containing the control. |
#Remarks
This method first calls the ApplyStyleSheetSkin method of the Control class, and then calls the ASPxScheduler.BeginInit method. For more information about applying a style sheet skin to a Web control, refer to the ApplyStyleSheetSkin topic.
See Also