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