menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellTooltipOpeningEventArgs - UWP 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
    GridCancelEventArgs
    CellTooltipOpeningEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved