ASPxWebControl.EnableDefaultAppearance Property
Obsolete. Specifies whether to enable the control's default appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[Obsolete("Use the corresponding style settings to override control elements' appearance.", true)]
[DefaultValue(true)]
public virtual bool EnableDefaultAppearance { get; set; }
<Obsolete("Use the corresponding style settings to override control elements' appearance.", True)>
<DefaultValue(True)>
Public Overridable Property EnableDefaultAppearance As Boolean
Property Value
Type | Default |
---|---|
Boolean | true |
See Also
Feedback