GridTableStylesCollectionItem Property

Gets or sets a DataGridTableStyle object at specified index.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public DataGridTableStyle this[
	int index
] { get; set; }

Parameters

index  Int32
Index of the DataGridTableStyle to get or set.

Return Value

DataGridTableStyle
A DataGridTableStyle object at specified index.

See Also