CollectionViewSource.IsLiveSortingRequested 속성

정의

가능한 경우 데이터를 실시간으로 정렬해야 하는지 여부를 CollectionViewSource 나타내는 값을 가져오거나 설정합니다.

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

속성 값

라이브 정렬이 요청되었으면 등록된 기본값은 .입니다 false. 값에 영향을 줄 수 있는 항목에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하세요.

설명

종속성 속성 정보

Item 가치
식별자 필드 IsLiveSortingRequestedProperty
메타데이터 속성이 다음으로 설정됩니다. true 없음

적용 대상