Back to Devexpress

FilterBoxVerticalPosition Enum

aspnet-devexpress-dot-web-d2b5182a.md

latest1.8 KB
Original Source

FilterBoxVerticalPosition Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum FilterBoxVerticalPosition
vb
Public Enum FilterBoxVerticalPosition

Members

NameDescription
AboveIndexPanel

The Filter Box is located above the Index Panel.

| | BelowIndexPanel |

The Filter Box is located below the Index Panel.

|

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

VerticalPosition

DevExpress.Web Namespace