Skip to main content
Tab

StylesBase.IsDefaultAppearanceEnabled() Method

Specifies whether the control’s default appearance is enabled. For internal use only,

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual bool IsDefaultAppearanceEnabled()

Returns

Type Description
Boolean

true if the default appearance is enabled for the control; otherwise, false.

See Also