menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellToolTipOpeningEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCellToolTipOpeningEventArgs

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

    Constructors

    GridCellToolTipOpeningEventArgs()

    Declaration
    public GridCellToolTipOpeningEventArgs()

    Properties

    Cell

    Get or Set Cell RowColumnIndex. Holds the Cell Rowindex and Columnindex

    Declaration
    public RowColumnIndex Cell { get; set; }
    Property Value
    Type
    RowColumnIndex

    Popup

    Get or Set Popup. Holds the ToolTip Popup

    Declaration
    public ContentControl Popup { get; set; }
    Property Value
    Type
    System.Windows.Controls.ContentControl
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved