Class GridStyleInfoIndexer
Inheritance
System.Object
GridStyleInfoIndexer
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public class GridStyleInfoIndexer : Object
Constructors
GridStyleInfoIndexer()
Declaration
public GridStyleInfoIndexer()
Properties
Item[Int32]
Declaration
public GridStyleInfo this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
TryGetValue(Int32, out GridStyleInfo)
Declaration
public void TryGetValue(int index, out GridStyleInfo rowStyle)
Parameters