Class GraphicCellResizingEventArgs
Inheritance
System.Object
GraphicCellResizingEventArgs
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GraphicCellResizingEventArgs : SyncfusionCancelEventArgs
Constructors
GraphicCellResizingEventArgs(GraphicCellSpanInfo, String)
Declaration
public GraphicCellResizingEventArgs(GraphicCellSpanInfo spanInfo, string name)
Parameters
Properties
CellSpanInfo
Declaration
public GraphicCellSpanInfo CellSpanInfo { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value