Gets a Column.

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

Syntax

C#
public Column Column { get; }
Visual Basic
Public ReadOnly Property Column As Column
	Get
Visual C++
public:
property Column^ Column {
	Column^ get ();
}
F#
member Column : Column with get

Property Value

Type: Column
The column.

Remarks

The column can be null.

Thread Safety

The property is thread-safe.

See Also