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

LayoutGroupBoxStyle.IsEmpty Property

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

See Also