GridRowStylesCollectionContains Method
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public virtual bool Contains(
DataGridRowStyle anItem
)
Public Overridable Function Contains (
anItem As DataGridRowStyle
) As Boolean
- anItem DataGridRowStyle
- Reference to the DataGridRowStyle object.
BooleanTrue, if the referenced
DataGridRowStyle is contained in the collection; false otherwise.