EditPropertiesBase.EnableDefaultAppearance Property
In This Article
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.v24.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