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

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.v19.2.dll

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 in MSDN.

See Also