CollectionViewGroup.ItemCount 속성

정의

이 그룹 아래 하위 트리에 있는 항목 수를 가져옵니다.

public:
 property int ItemCount { int get(); };
public int ItemCount { get; }
member this.ItemCount : int
Public ReadOnly Property ItemCount As Integer

속성 값

Int32

이 그룹 아래 하위 트리에 있는 항목(리프) 수입니다.

설명

서브 클래스를 사용 합니다 ProtectedItemCount 수를 변경 하는 속성입니다.

적용 대상