GridRowStylesCollectionItem Property

Gets or sets a DataGridRowStyle object at specified index.

Definition

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

Parameters

index  Int32
Index of the DataGridRowStyle to get or set.

Return Value

DataGridRowStyle
A DataGridRowStyle object at specified index.

See Also