RowDefinitionCollection::Contains Method (RowDefinition^)

 

Determines whether a given RowDefinition exists within a RowDefinitionCollection.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual bool Contains(
	RowDefinition^ value
) sealed

Parameters

value
Type: System.Windows.Controls::RowDefinition^

Identifies the RowDefinition that is being tested.

Return Value

Type: System::Boolean

true if the RowDefinition exists within the collection; otherwise false.

The following example demonstrates how to use the Contains method to determine whether a RowDefinition exists in a RowDefinitionCollection.

No code example is currently available or this language may not be supported.

To view the complete sample, see How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections.

.NET Framework
Available since 3.0
Return to top
Show: