Class GridVolatileData.RowStylesIndexer
Implements cached row styles within GridVolatileData.
Inheritance
System.Object
GridVolatileData.RowStylesIndexer
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 RowStylesIndexer
Properties
Item[Int32]
Gets or sets a GridStyleInfo at a given row index.
Declaration
public GridStyleInfo this[int rowIndex] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex |
Property Value
Type |
---|
GridStyleInfo |