TabbedLayoutGroup.ShowGroupDecoration Property
Gets or sets whether the group box decoration is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(true)]
public bool ShowGroupDecoration { get; set; }
<DefaultValue(True)>
Public Property ShowGroupDecoration As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true if the group box decoration is displayed; otherwise false. |
See Also
Feedback