Class GridDataRowStylesIndexer
Implements access to row styles data.
Inheritance
System.Object
GridDataRowStylesIndexer
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 GridDataRowStylesIndexer
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 |