DataSourceControl::EnableTheming Property
.NET Framework (current version)
Gets a value indicating whether this control supports themes.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property bool EnableTheming { virtual bool get() override; virtual void set(bool value) override; }
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt was made to set the value of the EnableTheming property. |
Because the DataSourceControl control has no visual rendering, it does not support themes.
.NET Framework
Available since 2.0
Available since 2.0
Show: