A newer version of this page is available.
Switch to the current version.
ASPxGridViewEditingSettings.PopupEditFormVerticalAlign Property
Obsolete. Gets or sets the popup edit form's vertical alignment.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[Obsolete("Use the SettingsPopup.EditForm.VerticalAlign property instead.")]
[DefaultValue(PopupVerticalAlign.Below)]
public PopupVerticalAlign PopupEditFormVerticalAlign { get; set; }
<Obsolete("Use the SettingsPopup.EditForm.VerticalAlign property instead.")>
<DefaultValue(PopupVerticalAlign.Below)>
Public Property PopupEditFormVerticalAlign As PopupVerticalAlign
Property Value
Type | Default | Description |
---|---|---|
PopupVerticalAlign | Below |
A PopupVerticalAlign enumeration value that specifies the popup edit form's vertical alignment. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to PopupEditFormVerticalAlign |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxGridView |
|
GridViewProperties |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxGridView |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridViewProperties |
|
|
ASP.NET Bootstrap Controls | BootstrapGridView |
|
BootstrapGridView |
|
See Also