WinForms

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

    Show / Hide Table of Contents

    Class GridVolatileData.RowStylesIndexer

    Implements cached row styles within GridVolatileData.

    Inheritance
    System.Object
    GridVolatileData.RowStylesIndexer
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    GridStyleInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved