Skip to main content
Tab

FilterBox(ASPxTitleIndex) Constructor

In This Article

Initializes a new instance of the FilterBox class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

#Declaration

public FilterBox(
    ASPxTitleIndex titleIndexControl
)

#Parameters

Name Type Description
titleIndexControl ASPxTitleIndex

An ASPxTitleIndex object.

See Also