Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ShowCollapseButton { get; set; }

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.

See Also