WPF

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

    Show / Hide Table of Contents

    Class CellTooltipOpeningEventArgs

    Represents a class which holds the properties of Cell Tooltip opening event.

    Inheritance
    System.Object
    System.EventArgs
    GridCancelEventArgs
    CellTooltipOpeningEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    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.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class CellTooltipOpeningEventArgs : GridCancelEventArgs

    Constructors

    CellTooltipOpeningEventArgs(RowColumnIndex)

    Declaration
    public CellTooltipOpeningEventArgs(RowColumnIndex cell)
    Parameters
    Type Name Description
    RowColumnIndex cell

    Properties

    Cell

    Gets or sets the value that indicates cell tooltip index.

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

    An instance of RowColumnIndex.

    DataValidationTooltip

    Gets or sets the cell data validaion tooltip message.

    Declaration
    public string DataValidationTooltip { get; set; }
    Property Value
    Type Description
    System.String

    Tooltip message.

    Tooltip

    Gets or sets the cell tooltip message.

    Declaration
    public string Tooltip { get; set; }
    Property Value
    Type Description
    System.String

    Tool tip message.

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