Gets the Column (visible or invisible) with the specified id.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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

Property Value

Type: Column
The Column if found. Otherwise null.

See Also