menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridVolatileData.ColStylesIndexer - API Reference

    Show / Hide Table of Contents

    Class GridVolatileData.ColStylesIndexer

    Implements the Cached column styles within GridVolatileData.

    Inheritance
    System.Object
    GridVolatileData.ColStylesIndexer
    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 ColStylesIndexer

    Properties

    Item[Int32]

    Gives access to a GridStyleInfo at a given column index.

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