GridRowStylesCollectionItem Property
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public DataGridRowStyle this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As DataGridRowStyle
Get
Set
- index Int32
- Index of the DataGridRowStyle to get or set.
DataGridRowStyleA
DataGridRowStyle object at specified index.