Skip to main content
.NET 6.0+

CustomBuildCriteriaEventArgs(String) Constructor

Creates and initializes an instance of the CustomBuildCriteriaEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomBuildCriteriaEventArgs(
    string searchText
)

Parameters

Name Type Description
searchText String

A user-entered string, based on which the FullTextSearch Action performs its search in the current List View. This parameter is used to initialize the CustomBuildCriteriaEventArgs.SearchText property.

Remarks

The CustomBuildCriteriaEventArgs objects are used to supply arguments to the FilterController.CustomBuildCriteria event. This event is triggered automatically by the FilterController. So, you do not need to use this constructor.

See Also