FilterBoxVerticalPosition Enum
In This Article
Lists values that specify the filter box’s vertical position within the ASPxTitleIndex control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Above
|
The Filter Box is located above the Index Panel. |
Below
|
The Filter Box is located below the Index Panel. |
#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