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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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.
Related Links
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.
Related Links
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.