menu

WinForms

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

    Show / Hide Table of Contents

    Class GridDataColStylesIndexer

    Implements access to column styles data.

    Inheritance
    System.Object
    GridDataColStylesIndexer
    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 GridDataColStylesIndexer
    Remarks

    You access this object using the ColStyles property of a GridData instance.

    Properties

    Item[Int32]

    Gets or sets the GridStyleInfoStore with style information at the given index.

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