Gets the Column at the specified index.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Column this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	index As Integer
) As Column
	Get
Visual C++
public:
property Column^ default[int index] {
	Column^ get (int index);
}
F#
member Item : Column with get

Parameters

index
Type: System..::..Int32
The index.

Return Value

Type: Column
A Column object.

See Also