ItemsControl.ShouldSerializeItems Method

Definition

Returns a value that indicates whether serialization processes should serialize the effective value of the Items property.

public:
 bool ShouldSerializeItems();
public bool ShouldSerializeItems ();
member this.ShouldSerializeItems : unit -> bool
Public Function ShouldSerializeItems () As Boolean

Returns

true if the Items property value should be serialized; otherwise, false.

Applies to