Skip to main content
A newer version of this page is available. .
Tab

StylesBase.EnableDefaultAppearance Property

OBSOLETE

Use the corresponding style settings to override control elements' appearance.

Specifies whether to enable the control’s default appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the corresponding style settings to override control elements' appearance.", true)]
[DefaultValue(true)]
public bool EnableDefaultAppearance { get; set; }

Property Value

Type Default
Boolean **true**
See Also