menu

WPF

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

    Show / Hide Table of Contents

    Class GridModelEventArgs

    Custom event argument base class used for events associated with a GridModel.

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridModelEventArgs
    GridQueryCellModelEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridModelEventArgs : SyncfusionRoutedEventArgs

    Constructors

    GridModelEventArgs(GridModel)

    Initializes a new GridModelEventArgs object.

    Declaration
    public GridModelEventArgs(GridModel model)
    Parameters
    Type Name Description
    GridModel model

    Reference to the GridModel.

    Properties

    GridModel

    Reference to GridModel.

    Declaration
    [TraceProperty(true)]
    public GridModel GridModel { get; }
    Property Value
    Type
    GridModel
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved