ItemsControl.IsTextSearchEnabled プロパティ

定義

ItemsControl インスタンスで TextSearch が有効かどうかを示す値を取得または設定します。

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

プロパティ値

Boolean

true が有効な場合は TextSearch、それ以外の場合は false を指定します。 既定値は、false です。

注釈

依存プロパティ情報

識別子フィールド IsTextSearchEnabledProperty
に設定されたメタデータ プロパティ true なし

適用対象