SearchClassOptionsAttribute(SearchMemberMode) Constructor
Initializes a new instance of the SearchClassOptionsAttribute class and sets the SearchClassOptionsAttribute.IncludeMembersInCriteria property.
Namespace: DevExpress.ExpressApp.Filtering
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
includeMembersInCriteria | SearchMemberMode | The SearchMemberMode enumeration value, specifying whether to include or exclude the target class’ properties from the search performed by the FullTextSearchAction (see FilterController.FullTextFilterAction). |
See Also