Gets or sets a value that indicates whether TextSearch is enabled on the ItemsControl instance. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public bool IsTextSearchEnabled { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IsTextSearchEnabled As Boolean

See Also