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

GridEditFormPopupSettings.ShowHeader Property

Gets or sets a value that specifies whether the popup edit form‘s title heading is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, if the title header is visible, otherwise, false.

Remarks

Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.

ASPxGridView

Use the ShowHeader property to specify whether the title heading is visible within the popup edit form. The appearance of the header can be customized by using the PopupControlStyles.Header (via ASPxGridView.StylesPopup.EditForm.Header) property.

Grid View - Get Started

Online demo: Grid - Popup Edit Form

ASPxCardView

Use the ShowHeader property to specify whether the title heading is visible within the popup edit form. The appearance of the header can be customized by using the PopupControlStyles.Header (via ASPxCardView.StylesPopup.EditForm.Header) property.

Card View - Get Started

Online demo: Card View - Edit Modes

ASPxVerticalGrid

Use the ShowHeader property to specify whether the title heading is visible within the popup edit form. The appearance of the header can be customized by using the PopupControlStyles.Header (via ASPxVerticalGrid.StylesPopup.EditForm.Header) property.

Vertical Grid - Get Started

See Also