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

FilterGroupSortChangingEventArgs.SearchString Property

Gets or sets the search panel’s string.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public string SearchString { get; set; }

Property Value

Type Description
String

The search panel’s string.

See Also