Back to Devexpress

FilterBoxPosition Enum

aspnet-devexpress-dot-web-df03b6cc.md

latest2.0 KB
Original Source

FilterBoxPosition Enum

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

Declaration

csharp
public enum FilterBoxPosition
vb
Public Enum FilterBoxPosition

Members

NameDescription
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:

Remarks

Values listed by this enumeration are used to set the FilterBox.HorizontalPosition property’s value.

See Also

HorizontalPosition

DevExpress.Web Namespace