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

CheckedTreeListFilterModel.SearchString Property

Gets or sets a search string entered in the search panel.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public string SearchString { get; set; }

Property Value

Type Description
String

A search string entered in the search panel.

See Also