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