alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridNewVolatileData.ColStylesIndexer

    Implements a class that have cached column styles within GridVolatileData.

    Inheritance
    System.Object
    GridNewVolatileData.ColStylesIndexer
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class ColStylesIndexer : Object

    Properties

    Item[Int32]

    Gets or sets the GridStyleInfo at a given column index.

    Declaration
    public GridStyleInfo this[int colIndex] { get; set; }
    Parameters
    Type Name Description
    System.Int32 colIndex
    Property Value
    Type
    GridStyleInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved