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