SearchMemberMode Enum
Specifies whether all the properties of the target business class can be used in the search performed by the FullTextSearch Action (see FilterController.FullTextFilterAction).
Namespace: DevExpress.ExpressApp.Filtering
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
Name | Description |
---|---|
Unknown
|
When used by the Search |
Include
|
When used by the Search |
Exclude
|
When used by the Search |
#Related API Members
The following properties accept/return SearchMemberMode values:
#Remarks
This enumeration’s values are used to set the useMemberInCriteria parameter in the SearchMemberOptionsAttribute, and the includeMembersInCriteria parameter in the SearchClassOptionsAttribute.