Back to Devexpress

ASPxGridViewEditingSettings.PopupEditFormShowHeader Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-6910db77.md

latest2.0 KB
Original Source

ASPxGridViewEditingSettings.PopupEditFormShowHeader Property

OBSOLETE

Use the SettingsPopup.EditForm.ShowHeader property instead.

Gets or sets whether the Popup Edit Form‘s header is displayed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
[Obsolete("Use the SettingsPopup.EditForm.ShowHeader property instead.")]
public bool PopupEditFormShowHeader { get; set; }
vb
<Obsolete("Use the SettingsPopup.EditForm.ShowHeader property instead.")>
<DefaultValue(True)>
Public Property PopupEditFormShowHeader As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the header; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupEditFormShowHeader
ASPxGridView

.SettingsEditing .PopupEditFormShowHeader

| | GridViewProperties |

.SettingsEditing .PopupEditFormShowHeader

|

See Also

Grid View

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace