Class GridNewVolatileData.RowStylesIndexer
Implements a class that have cached row styles within GridVolatileData.
Inheritance
System.Object
GridNewVolatileData.RowStylesIndexer
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class RowStylesIndexer : Object
Properties
Item[Int32]
Gets or sets the GridStyleInfo at a given row index.
Declaration
public GridStyleInfo this[int rowIndex] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | rowIndex |
Property Value
| Type |
|---|
| GridStyleInfo |