Class GridVolatileData.ColStylesIndexer
Implements the Cached column styles within GridVolatileData.
Inheritance
System.Object
GridVolatileData.ColStylesIndexer
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class ColStylesIndexer : Object
Properties
Item[Int32]
Gives access to a 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 |