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