WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridStyleInfoIndexer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridStyleInfoIndexer

    Inheritance
    System.Object
    GridStyleInfoIndexer
    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.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridStyleInfoIndexer

    Constructors

    GridStyleInfoIndexer()

    Declaration
    public GridStyleInfoIndexer()

    Properties

    Item[Int32]

    Declaration
    public GridStyleInfo this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    GridStyleInfo

    Methods

    TryGetValue(Int32, out GridStyleInfo)

    Declaration
    public void TryGetValue(int index, out GridStyleInfo rowStyle)
    Parameters
    Type Name Description
    System.Int32 index
    GridStyleInfo rowStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved