ItemsControl.IsTextSearchEnabled 속성

정의

TextSearchItemsControl 인스턴스에 대해 사용되도록 설정되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

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 없음

적용 대상