ItemsControl.HasItems Property

Definition

Gets a value that indicates whether the ItemsControl contains items.

public:
 property bool HasItems { bool get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public bool HasItems { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.HasItems : bool
Public ReadOnly Property HasItems As Boolean

Property Value

true if the items count is greater than 0; otherwise, false. The default is false.

Attributes

Remarks

Dependency Property Information

Identifier field HasItemsProperty
Metadata properties set to true None

Applies to