RowStylesContains Method
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public virtual bool Contains(
RowStyle anItem
)
Public Overridable Function Contains (
anItem As RowStyle
) As Boolean
- anItem RowStyle
- Reference to the RowStyle object.
BooleanTrue, if the referenced
RowStyle is contained in the collection; false otherwise.