DataValidationContains(Int32) Method

Indicate if the list of field elements contains the indicated field.

Definition

Namespace: Aliquo.Windows.Models
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public bool Contains(
	int index
)

Parameters

index  Int32
Index of element to search.

Return Value

Boolean
if the list of field elements contains the indicated field; otherwise, .

See Also