A newer version of this page is available.
Switch to the current version.
AppearanceStyleBase.IsEmpty Property
Gets a value that indicates whether this AppearanceStyleBase object is initialized with the default values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public override bool IsEmpty { get; }
Public Overrides ReadOnly Property IsEmpty As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the AppearanceStyleBase object is initialized with the default values; otherwise false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to IsEmpty |
---|---|
ASPxHtmlEditor |
|
ASPxHtmlEditor |
|
HtmlEditorPasteOptionsBarStyles |
|
HtmlEditorPasteOptionsBarStyles |
|
HtmlEditorSettings |
|
HtmlEditorSettings |
|
MVCxHtmlEditor |
|
MVCxHtmlEditor |
|
See Also
Feedback