Skip to main content
Tab

ASPxRoundPanel.ShowCollapseButton Property

Gets or sets a value that specifies whether a panel’s collapse button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual bool ShowCollapseButton { get; set; }

Property Value

Type Default Description
Boolean false

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.

See Also