ColumnDefinitionCollection.Item[Int32] Property

Definition

Gets a value that indicates the current item within a ColumnDefinitionCollection.

public:
 property System::Windows::Controls::ColumnDefinition ^ default[int] { System::Windows::Controls::ColumnDefinition ^ get(int index); void set(int index, System::Windows::Controls::ColumnDefinition ^ value); };
public System.Windows.Controls.ColumnDefinition this[int index] { get; set; }
member this.Item(int) : System.Windows.Controls.ColumnDefinition with get, set
Default Public Property Item(index As Integer) As ColumnDefinition

Parameters

index
Int32

The current item in the collection.

Property Value

The element at the specified index.

Implements

Exceptions

index is not a valid index position in the collection.

Remarks

ColumnDefinitionCollection uses a zero-based indexing system.

Applies to

See also