WPF

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

    Show / Hide Table of Contents

    Class GraphicCellResizingEventArgs

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GraphicCellResizingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GraphicCellResizingEventArgs : SyncfusionCancelEventArgs

    Constructors

    GraphicCellResizingEventArgs(GraphicCellSpanInfo, String)

    Declaration
    public GraphicCellResizingEventArgs(GraphicCellSpanInfo spanInfo, string name)
    Parameters
    Type Name Description
    GraphicCellSpanInfo spanInfo
    System.String name

    Properties

    CellSpanInfo

    Declaration
    public GraphicCellSpanInfo CellSpanInfo { get; }
    Property Value
    Type Description
    GraphicCellSpanInfo

    Name

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