IAttachedCollectionSource.HasItems Property

Definition

Determines whether this IAttachedCollectionSource has any items.

public:
 property bool HasItems { bool get(); };
public:
 property bool HasItems { bool get(); };
public bool HasItems { get; }
member this.HasItems : bool
Public ReadOnly Property HasItems As Boolean

Property Value

Returns true if this IAttachedCollectionSource has any items, otherwise false. Accessing HasItems does not necessarily create the items themselves.

Applies to