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