aspnet-devexpress-dot-web-df03b6cc.md
Lists values that specify the filter box’s horizontal position within the ASPxTitleIndex control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum FilterBoxPosition
Public Enum FilterBoxPosition
| Name | Description |
|---|---|
Left |
The Filter Box is aligned to the left edge of the ASPxTitleIndex control.
|
| Right |
The Filter Box is aligned to the right edge of the ASPxTitleIndex control.
|
| Center |
The Filter Box is centered within the ASPxTitleIndex control.
|
The following properties accept/return FilterBoxPosition values:
Values listed by this enumeration are used to set the FilterBox.HorizontalPosition property’s value.
See Also