ASPxRoundPanel.ShowCollapseButton Property
Gets or sets a value that specifies whether a panel’s collapse button is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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 ASPxRoundPanel.View property is set to GroupBox.
- The ASPxRoundPanel.ShowHeader property is set to
false
.
See Also