aspnet-devexpress-dot-web-dot-aspxroundpanel-6fdb1f2a.md
Specifies whether a user can collapse a round panel with a mouse click.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(false)]
public virtual bool AllowCollapsingByHeaderClick { get; set; }
<DefaultValue(False)>
Public Overridable Property AllowCollapsingByHeaderClick As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true, to allow users to collapse a panel with a mouse click; otherwise, false.
|
Set the AllowCollapsingByHeaderClick property to true to allow users to collapse and expand a round panel with a mouse click.
A round panel can be collapsed if its header is visible (the ASPxRoundPanel.View property is set to Standard , and the ASPxRoundPanel.ShowHeader property is set to true).
Users can collapse and expand a panel in two ways.
true.true.| Server Member | Description |
|---|---|
| ASPxRoundPanel.Collapsed | Gets or sets a value that specifies whether the panel is collapsed. |
| Client Member | Description |
| ASPxClientRoundPanel.GetCollapsed | Returns a value indicating whether the panel is collapsed. |
| ASPxClientRoundPanel.SetCollapsed | Sets a value indicating whether the panel is collapsed. |
See Also