menu

UWP

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

    Show / Hide Table of Contents

    Class GridStyleInfoIndexer

    Inheritance
    System.Object
    GridStyleInfoIndexer
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridStyleInfoIndexer : Object

    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
    GridStyleInfo

    Methods

    TryGetValue(Int32, out GridStyleInfo)

    Declaration
    public void TryGetValue(int index, out GridStyleInfo rowStyle)
    Parameters
    Type Name Description
    System.Int32 index
    GridStyleInfo rowStyle

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved