WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicQueryCellInfoEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicQueryCellInfoEventArgs

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GraphicQueryCellInfoEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    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 GraphicQueryCellInfoEventArgs : SyncfusionHandledEventArgs

    Constructors

    GraphicQueryCellInfoEventArgs(Int32, GraphicStyleInfo)

    Declaration
    public GraphicQueryCellInfoEventArgs(int index, GraphicStyleInfo style)
    Parameters
    Type Name Description
    System.Int32 index
    GraphicStyleInfo style

    Properties

    Index

    Declaration
    [TraceProperty(true)]
    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    Style

    Declaration
    [TraceProperty(true)]
    public GraphicStyleInfo Style { get; set; }
    Property Value
    Type Description
    GraphicStyleInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved