Gets or sets a value that indicates whether TextSearch is enabled on the ItemsControl instance.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: 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 |