menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridNewVolatileData.RowStylesIndexer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridNewVolatileData.RowStylesIndexer

    Implements a class that have cached row styles within GridVolatileData.

    Inheritance
    System.Object
    GridNewVolatileData.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 the 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved