Back to Devexpress

CustomGetFullTextSearchPropertiesEventArgs.Properties Property

expressappframework-devexpress-dot-expressapp-dot-systemmodule-dot-customgetfulltextsearchpropertieseventargs.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public List<string> Properties { get; }
vb
Public ReadOnly Property Properties As List(Of String)

Property Value

TypeDescription
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

FullTextFilterAction

CustomGetFullTextSearchPropertiesEventArgs Class

CustomGetFullTextSearchPropertiesEventArgs Members

DevExpress.ExpressApp.SystemModule Namespace