GridTableStylesCollectionIndexOf Method

Returns the index of the specified DataGridTableStyle.

Definition

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

Parameters

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

Return Value

Int32
An index of the specified DataGridTableStyle.

See Also