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