GridRowStylesCollectionIndexOf Method

Returns the index of the specified DataGridRowStyle.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual int IndexOf(
	DataGridRowStyle anItem
)

Parameters

anItem  DataGridRowStyle
Reference to the DataGridRowStyle object which index should be returned.

Return Value

Int32
An index of the specified DataGridRowStyle.

See Also