FilterBoxPosition Enum
Lists values that specify the filter box’s horizontal position within the ASPxTitleIndex control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return FilterBoxPosition values:
Remarks
Values listed by this enumeration are used to set the FilterBox.HorizontalPosition property’s value.
See Also