Version

EnableAppStyling Property (WebPageStyler)

Enables support for the Application Styling Framework(tm) to all controls on the current Page that can support Application Styling.
Syntax
'Declaration
 
Public Property EnableAppStyling As DefaultableBoolean
public DefaultableBoolean EnableAppStyling {get; set;}

Property Value

True indicates Application Styling is enabled by default for all controls on the Page, False indicates Application Styling is disabled for all controls on the Page, and NotSet indicates support for Application Styling should default to application-level settings.
Remarks

Turn on support for Application Styling of Infragistics ASP.NET controls on this Page when using the Application Styling Framework(tm) (ASF) by setting the EnableAppStyling property to True.

Turn off support for Application Styling of Infragistics ASP.NET controls on this Page (even though it may have been enabled in the "web.config" file) by setting the EnableAppStyling property to False.

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