SearchMemberOptionsAttribute(SearchMemberMode) Constructor
Initializes a new instance of the SearchMemberOptionsAttribute class and sets the SearchMemberOptionsAttribute.IncludeMemberInCriteria property.
Namespace: DevExpress.ExpressApp.Filtering
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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