GridFilterControlPopupSettings.VerticalOffset Property
Gets or sets a value that indicates the distance that the filter control is offset from its baseline in the vertical direction.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | One of the Int32 enumeration values. |
Remarks
Use the GridFilterControlPopupSettings.HorizontalOffset and VerticalOffset properties to specify the horizontal an vertical alignment of the filter control, respectively.
See Also