Gets the Column with the specified identifier.

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[
	string id
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	id As String
) As Column
	Get
Visual C++
public:
property Column^ default[String^ id] {
	Column^ get (String^ id);
}
F#
member Item : Column with get

Parameters

id
Type: System..::..String
The identifier.

Return Value

Type: Column
A Column object.

See Also