Skip to main content
A newer version of this page is available. .
Tab

FilterBoxPosition Enum

Lists values that specify the filter box’s horizontal position within the ASPxTitleIndex control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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