Version

WebPageStyler Class

Drag this control onto your Web Form designer to administer Application Styling at the Page-level.
Syntax
'Declaration
 
Public Class WebPageStyler 
   Inherits System.Web.UI.WebControls.WebControl
   Implements Infragistics.WebUI.Shared.IProvideAppStyling 
Remarks

You can use the WebPageStyler control to inform the Application Styling Framework(tm) at the page-level about your selections for EnableAppStyling, StyleSetName and StyleSetPath. These selections will override those made in the "web.config" file.

This control only applies to the Page-level, and should not be used in user controls or content templates.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also