alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridCurrentCellLoadedEventArgs

    Inheritance
    System.Object
    GridCurrentCellLoadedEventArgs
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCurrentCellLoadedEventArgs : EventArgs

    Constructors

    GridCurrentCellLoadedEventArgs()

    Declaration
    public GridCurrentCellLoadedEventArgs()

    Properties

    Cell

    Declaration
    public RowColumnIndex Cell { get; set; }
    Property Value
    Type
    RowColumnIndex

    UIElement

    Declaration
    public UIElement UIElement { get; set; }
    Property Value
    Type
    System.Windows.UIElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved