Skip to main content

ASPxScheduler.ApplyStyleSheetSkin(Page) Method

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

public override void ApplyStyleSheetSkin(
    Page page
)

#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