IWindowGridHideField Method

Hide a field from the grid.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void HideField(
	string field
)

Parameters

field  String
Name of the field to hide.

See Also