Skip to main content
Tab

TabbedLayoutGroup.ShowGroupDecoration Property

Gets or sets whether the group box decoration is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowGroupDecoration { get; set; }

Property Value

Type Default Description
Boolean true

true if the group box decoration is displayed; otherwise false.

See Also