Skip to main content
A newer version of this page is available. .
Tab

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.v18.2.dll

Declaration

[DefaultValue(0)]
public int VerticalOffset { get; set; }

Property Value

Type Default Description
Int32 0

One of the Int32 enumeration values.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to VerticalOffset
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.FilterControl.VerticalOffset
BootstrapGridViewPopupControlSettings
.FilterControl.VerticalOffset
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.FilterControl.VerticalOffset
ASPxGridViewPopupControlSettings
.FilterControl.VerticalOffset
TreeListPopupControlSettings
.FilterControl.VerticalOffset
ASPxVerticalGridPopupControlSettings
.FilterControl.VerticalOffset
MVCxGridViewPopupControlSettings
.FilterControl.VerticalOffset
MVCxTreeListPopupControlSettings
.FilterControl.VerticalOffset

Remarks

Use the GridFilterControlPopupSettings.HorizontalOffset and VerticalOffset properties to specify the horizontal an vertical alignment of the filter control, respectively.

See Also