LayoutGroup.GroupBoxStyle Property
In This Article
Gets the style settings that define the group box appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual LayoutGroupBoxStyle GroupBoxStyle { get; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
#Remarks
Note
The group box style settings are not in affect if the Layout
See Also