Class GridDataColStylesIndexer
Implements access to column styles data.
Inheritance
System.Object
GridDataColStylesIndexer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridDataColStylesIndexer
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 |