Skip to main content
A newer version of this page is available. .

ASPxHtmlEditorRoundPanel.ShowHeader Property

Gets or sets a value that specifies whether a round panel’s header is displayed.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

[DefaultValue(false)]
public override bool ShowHeader { get; set; }

Property Value

Type Default Description
Boolean **false**

true if a header is displayed; otherwise, false.

See Also