Repeater.EnableTheming Property

Definition

Gets or sets a value indicating whether themes are applied to this control.

public:
 virtual property bool EnableTheming { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public override bool EnableTheming { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.EnableTheming : bool with get, set
Public Overrides Property EnableTheming As Boolean

Property Value

true to use themes; otherwise, false. The default is false.

Attributes

Remarks

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.

Applies to

See also