ItemsControl.HasItems Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob in ItemsControl Elemente enthalten sind.

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

Eigenschaftswert

Boolean

true wenn die Anzahl der Elemente größer als 0 ist; andernfalls false. Der Standardwert ist false.

Attribute

Hinweise

Informationen zur Abhängigkeitseigenschaft

Bezeichnerfeld HasItemsProperty
Metadateneigenschaften auf true festgelegt Keine

Gilt für