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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(true)]
[Obsolete("Use the corresponding style settings to override control elements' appearance.", true)]
public bool EnableDefaultAppearance { get; set; }
Property Value
Type | Default |
---|---|
Boolean | true |
See Also