DataSourceControl.ApplyStyleSheetSkin(Page) Method

Definition

Applies the style properties that are defined in the page style sheet to the control.

public:
 override void ApplyStyleSheetSkin(System::Web::UI::Page ^ page);
public override void ApplyStyleSheetSkin (System.Web.UI.Page page);
override this.ApplyStyleSheetSkin : System.Web.UI.Page -> unit
Public Overrides Sub ApplyStyleSheetSkin (page As Page)

Parameters

page
Page

The Page containing the control.

Applies to