menu

WPF

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

    Show / Hide Table of Contents

    Class GraphicQueryCellModelEventArgs

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

    Constructors

    GraphicQueryCellModelEventArgs(GraphicModel, String)

    Initalizes a new object.

    Declaration
    public GraphicQueryCellModelEventArgs(GraphicModel graphicModel, string cellType)
    Parameters
    Type Name Description
    GraphicModel graphicModel
    System.String cellType

    The cell type identifier as used in the CellType property.

    Properties

    CellModel

    The GraphicCellModelBase for the cell type. You should create a new instance of the specific cell model and save it to this property.

    Declaration
    public GraphicCellModelBase CellModel { get; set; }
    Property Value
    Type
    GraphicCellModelBase

    CellType

    The cell type identifier as used in the CellType property.

    Declaration
    public string CellType { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved