Method Contains
Contains(RowDefinition)
Determines whether a given RowDefinition exists within a GridRowCollection.
public bool Contains(RowDefinition value)
Parameters
valueRowDefinitionIdentifies the RowDefinition that is being tested.
Returns
- bool
true if the RowDefinition exists within the collection; otherwise false.