Skip to main content
.NET 6.0+

SearchMemberOptionsAttribute(SearchMemberMode) Constructor

Initializes a new instance of the SearchMemberOptionsAttribute class and sets the SearchMemberOptionsAttribute.IncludeMemberInCriteria property.

Namespace: DevExpress.ExpressApp.Filtering

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public SearchMemberOptionsAttribute(
    SearchMemberMode useMemberInCriteria
)

Parameters

Name Type Description
useMemberInCriteria SearchMemberMode

The SearchMemberMode enumeration value specifying whether to include or exclude the target property from the search performed by the FullTextSearch Action (see FilterController.FullTextFilterAction).

See Also