WPF

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

    Show / Hide Table of Contents

    Class CurrrentGraphicCellActivatedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    CurrrentGraphicCellActivatedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class CurrrentGraphicCellActivatedEventArgs : SyncfusionEventArgs

    Constructors

    CurrrentGraphicCellActivatedEventArgs(GraphicCellSpanInfo, GraphicStyleInfo)

    Declaration
    public CurrrentGraphicCellActivatedEventArgs(GraphicCellSpanInfo spanInfo, GraphicStyleInfo style)
    Parameters
    Type Name Description
    GraphicCellSpanInfo spanInfo
    GraphicStyleInfo style

    Properties

    CurrentGraphicStyle

    Declaration
    public GraphicStyleInfo CurrentGraphicStyle { get; }
    Property Value
    Type Description
    GraphicStyleInfo

    CurrentSpanInfo

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