Skip to main content
Tab

FilterBoxVerticalPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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