RowStylesContains Method

Indicates whether a particular RowStyle is contained in the RowStyles.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public virtual bool Contains(
	RowStyle anItem
)

Parameters

anItem  RowStyle
Reference to the RowStyle object.

Return Value

Boolean
True, if the referenced RowStyle is contained in the collection; false otherwise.

See Also