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

FilterBox.VerticalPosition Property

Gets or sets the filter box’s vertical position within the ASPxTitleIndex control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(FilterBoxVerticalPosition.BelowIndexPanel)]
public FilterBoxVerticalPosition VerticalPosition { get; set; }

Property Value

Type Default Description
FilterBoxVerticalPosition **BelowIndexPanel**

One of the FilterBoxVerticalPosition enumeration values.

Available values:

Name Description
AboveIndexPanel

The Filter Box is located above the Index Panel.

FilterBoxVertPos_Above

BelowIndexPanel

The Filter Box is located below the Index Panel.

FilterBoxVertPos_Below

Remarks

To specify the filter box’s horizontal position, use the FilterBox.HorizontalPosition property.

See Also