Table of Contents

Property this

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

this[int]

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

public ColumnDefinition this[int index] { get; set; }

Parameters

index int

The current item in the collection.

Property Value

ColumnDefinition

The element at the specified index.

Exceptions

ArgumentOutOfRangeException

index is not a valid index position in the collection.