RoundPanelSettings.ShowCollapseButton Property
Gets or sets a value that specifies whether a panel’s collapse button is displayed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the button is displayed; otherwise, false. |
Remarks
Use the ShowCollapseButton property to specify the collapse button visibility. When the button is hidden, end-users can expand and collapse a panel by clicking the panel header.
Note that the collapse button is not displayed in the following cases.
- The RoundPanelSettings.View property is set to GroupBox.
- The RoundPanelSettings.ShowHeader property is set to false.
See Also