WPF

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

    Show / Hide Table of Contents

    Class CellToolTipOpeningEventArgs

    Provides data for CellToolTipOpening event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CellToolTipOpeningEventArgs
    GridCellToolTipOpeningEventArgs
    TreeGridCellToolTipOpeningEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.ToString()
    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.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class CellToolTipOpeningEventArgs : GridEventArgs

    Constructors

    CellToolTipOpeningEventArgs(Object)

    Initializes a new instance of CellToolTipOpeningEventArgs class.

    Declaration
    public CellToolTipOpeningEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets the GridColumnBase of hovered cell.

    Declaration
    public GridColumnBase Column { get; }
    Property Value
    Type Description
    GridColumnBase

    Record

    Gets the data context of hovered cell.

    Declaration
    public object Record { get; }
    Property Value
    Type Description
    System.Object

    RowColumnIndex

    Gets the RowColumnIndex of hovered cell.

    Declaration
    public RowColumnIndex RowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    ToolTip

    Gets the ToolTip of hovered cell.

    Declaration
    public ToolTip ToolTip { get; }
    Property Value
    Type Description
    System.Windows.Controls.ToolTip

    The ToolTip of hovered cell.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved