RowDefinitionCollection::Contains Method (RowDefinition^)
.NET Framework (current version)
Determines whether a given RowDefinition exists within a RowDefinitionCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- value
-
Type:
System.Windows.Controls::RowDefinition^
Identifies the RowDefinition that is being tested.
Return Value
Type: System::Booleantrue if the RowDefinition exists within the collection; otherwise false.
Implements
ICollection<T>::Contains(T)The following example demonstrates how to use the Contains method to determine whether a RowDefinition exists in a RowDefinitionCollection.
To view the complete sample, see How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections.
.NET Framework
Available since 3.0
Available since 3.0
Show: