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