Repeater::EnableTheming Property
.NET Framework (current version)
Gets or sets a value indicating whether themes are applied to this control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(true)] property bool EnableTheming { virtual bool get() override; virtual void set(bool value) override; }
The EnableTheming property indicates whether themes are enabled. When the EnableTheming property is true, the theme directory for the application is searched for control skins to apply. If no skin for the particular control exists in the theme directory, skins are not applied.
.NET Framework
Available since 2.0
Available since 2.0
Show: