Skip to main content
A newer version of this page is available. .

SearchClassOptionsAttribute(SearchMemberMode) Constructor

Initializes a new instance of the SearchClassOptionsAttribute class and sets the SearchClassOptionsAttribute.IncludeMembersInCriteria property.

Namespace: DevExpress.ExpressApp.Filtering

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public SearchClassOptionsAttribute(
    SearchMemberMode includeMembersInCriteria
)

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