ASPxGridViewEditingSettings.PopupEditFormVerticalOffset Property
In This Article
OBSOLETE
Use the Settings
Gets or sets the offset from the top or bottom border of the data row currently being edited.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(-1)]
[Obsolete("Use the SettingsPopup.EditForm.VerticalOffset property instead.")]
public int PopupEditFormVerticalOffset { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An integer value that specifies the offset, in pixels, from the top or bottom border of the data row currently being edited. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Popup |
---|---|
ASPx |
|
Grid |
|
#Remarks
Use the ASPxGridViewEditingSettings.PopupEditFormVerticalAlign property to specify the popup edit form’s vertical alignment. If the popup edit form is displayed in the middle of the edited row, setting the PopupEditFormVerticalOffset property has no effect.
See Also