GridColumnStylesCollectionIndexOf Method

Returns the index of the specified DataGridColumn.

Definition

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

Parameters

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

Return Value

Int32
An index of the specified DataGridColumn.

See Also