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

LayoutGroupBoxCaptionStyle.IsEmpty Property

Gets a value that indicates whether this LayoutGroupBoxCaptionStyle 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 LayoutGroupBoxCaptionStyle object is initialized with the default values; otherwise false.

See Also