alexa

    Show / Hide Table of Contents

    Class GridVolatileData.ColStylesIndexer

    Implements the Cached column styles within GridVolatileData.

    Inheritance
    System.Object
    GridVolatileData.ColStylesIndexer
    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 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
    GridStyleInfo
    Back to top Generated by DocFX