Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomGetFullTextSearchPropertiesEventArgs.Properties Property

Provides access to a list of the names of the properties over which the FullTextSearch Action performs its search.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public List<string> Properties { get; }

#Property Value

Type Description
List<String>

A list of the names of the properties over which the FullTextSearch Action performs its search.

#Remarks

Use this property to specify the names of the properties over which the FullTextSearch Action must perform its search. For a detailed explanation, refer to the FilterController.CustomGetFullTextSearchProperties event description.

See Also