IWindowGridContainsField Method

Indicates if the grid contains the indicated field.

Definition

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

Parameters

field  String
Name of the field to search.

Return Value

Boolean
if the grid contains the indicated field; otherwise, .

See Also