Grid.ShouldSerializeRowDefinitions Method

Definition

Returns true if RowDefinitionCollection associated with this instance of Grid is not empty.

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

Returns

true if RowDefinitionCollection associated with this instance of Grid is not empty; otherwise, false.

Applies to

See also