Skip to main content
Tab

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

NuGet Package: DevExpress.Web

#Declaration

public enum FilterBoxPosition

#Members

Name Description
Left

The Filter Box is aligned to the left edge of the ASPxTitleIndex control.

FilterBoxPosition_Left

Right

The Filter Box is aligned to the right edge of the ASPxTitleIndex control.

FilterBoxPosition_Right

Center

The Filter Box is centered within the ASPxTitleIndex control.

FilterBoxPosition_Center

#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