Skip to main content
A newer version of this page is available. .
Tab

StylesBase.IsDefaultAppearanceEnabled() Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual bool IsDefaultAppearanceEnabled()

Returns

Type Description
Boolean

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

See Also