Skip to main content

BarDockStyle.IsEmpty Property

Gets a value that indicates whether this BarDockStyle object is initialized with the default values.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the BarDockStyle object is initialized with the default values; otherwise false.

See Also