Skip to main content
Tab

EditPropertiesBase.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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default
Boolean true
See Also