WinUI

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

    Show / Hide Table of Contents

    Class GridCellToolTipOpeningEventArgs

    Provides data for the CellToolTipOpening event.

    Inheritance
    System.Object
    GridEventArgs
    CellToolTipOpeningEventArgs
    GridCellToolTipOpeningEventArgs
    Inherited Members
    CellToolTipOpeningEventArgs.Column
    CellToolTipOpeningEventArgs.Record
    CellToolTipOpeningEventArgs.RowColumnIndex
    CellToolTipOpeningEventArgs.ToolTip
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridCellToolTipOpeningEventArgs : CellToolTipOpeningEventArgs

    Constructors

    GridCellToolTipOpeningEventArgs(Object)

    Initializes a new instance of GridCellToolTipOpeningEventArgs class.

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

    The source of the event.

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