ItemsControl.IsTextSearchEnabled Property

Definition

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

public:
 property bool IsTextSearchEnabled { bool get(); void set(bool value); };
public bool IsTextSearchEnabled { get; set; }
member this.IsTextSearchEnabled : bool with get, set
Public Property IsTextSearchEnabled As Boolean

Property Value

true if TextSearch is enabled; otherwise, false. The default is false.

Remarks

Dependency Property Information

Identifier field IsTextSearchEnabledProperty
Metadata properties set to true None

Applies to