Repeater.EnableTheming Property
.NET Framework 3.0
Gets or sets a value indicating whether themes are applied to this control.
Namespace: System.Web.UI.WebControls
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
true to use themes; otherwise, false. The default is false.Community Additions
ADD
Show: