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

FilterBoxVerticalPosition Enum

Lists values that specify the filter box’s vertical position within the ASPxTitleIndex control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum FilterBoxVerticalPosition

Members

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

Related API Members

The following properties accept/return FilterBoxVerticalPosition values:

Remarks

Values listed by this enumeration are used to set the FilterBox.VerticalPosition property’s value.

See Also