FilterBox.VerticalPosition Property
Gets or sets the filter box’s vertical position within the ASPxTitleIndex control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(FilterBoxVerticalPosition.BelowIndexPanel)]
public FilterBoxVerticalPosition VerticalPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Filter |
Below |
One of the Filter |
Available values:
Name | Description |
---|---|
Above |
The Filter Box is located above the Index Panel. |
Below |
The Filter Box is located below the Index Panel. |
#Remarks
To specify the filter box’s horizontal position, use the FilterBox.HorizontalPosition property.