HierarchicalDataSourceControl.EnableTheming Property
.NET Framework 3.0
Gets a value indicating whether this control supports themes.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property bool EnableTheming { bool get () override; void set (bool value) override; }
/** @property */ public boolean get_EnableTheming () /** @property */ public void set_EnableTheming (boolean value)
public override function get EnableTheming () : boolean public override function set EnableTheming (value : boolean)
Not applicable.
Property Value
false in all cases.Because the HierarchicalDataSourceControl class has no visual rendering, it does not support themes.
Community Additions
ADD
Show: