IWindowGridAddField Method

Add a field to the grid.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void AddField(
	string field,
	string text = "",
	string format = "",
	bool visible = true,
	string afterField = ""
)

Parameters

field  String
Name of the new field.
text  String  (Optional)
Field text.
format  String  (Optional)
Field format.
visible  Boolean  (Optional)
Indicates whether the column is visible.
afterField  String  (Optional)
Field after which the new field will be included.

See Also