Skip to main content

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

NuGet Package: DevExpress.Web

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