TypedControlDataT(TypedColumnBaseT) Constructor

Initializes a new instance of the TypedControlDataT class.

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public TypedControlData(
	TypedColumnBase<T> column
)

Parameters

column  TypedColumnBaseT
The column based on which this TypedControlDataT will be created

See Also