BindingListCollectionView.IsLiveSorting 속성

정의

데이터를 실시간으로 정렬할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property Nullable<bool> IsLiveSorting { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? IsLiveSorting { get; set; }
member this.IsLiveSorting : Nullable<bool> with get, set
Public Property IsLiveSorting As Nullable(Of Boolean)

속성 값

true 데이터를 실시간으로 정렬할 수 있으면 이고, false 라이브 정렬을 사용할 수 null 없는 경우 컬렉션 뷰가 라이브 정렬을 구현하는지 여부를 확인할 수 없는 경우

구현

예외

IsLiveSorting 를 설정할 수 없습니다.

적용 대상