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.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowHeader
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.EditForm.ShowHeader
GanttPopupControlSettings
.EditForm.ShowHeader
ASPxGridViewPopupControlSettings
.EditForm.ShowHeader
TreeListPopupControlSettings
.EditForm.ShowHeader
MVCxGridViewPopupControlSettings
.EditForm.ShowHeader
MVCxTreeList
.SettingsPopupEditForm.ShowHeader
MVCxTreeListPopupControlSettings
.EditForm.ShowHeader
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.EditForm.ShowHeader
BootstrapGridViewPopupControlSettings
.EditForm.ShowHeader

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 - Getting 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 - Getting 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 - Getting Started

See Also