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

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; }

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
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.IsEmpty
See Also