Class GridDataRowStylesIndexer
Implements access to row styles data.
Inheritance
System.Object
GridDataRowStylesIndexer
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridDataRowStylesIndexer : Object
Remarks
Properties
Item[Int32]
Gets or sets the GridStyleInfoStore with style information at the given index.
Declaration
public GridStyleInfoStore this[int rowIndex] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | rowIndex |
Property Value
| Type |
|---|
| GridStyleInfoStore |