Skip to main content
Tab

ASPxRoundPanel.ShowHeader Property

Gets or sets whether the RoundPanel’s header is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool ShowHeader { get; set; }

Property Value

Type Default Description
Boolean true

true to display the round panel’s header; otherwise, false.

See Also