alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DataGridCurrentCellRequestNavigatingEventArgs

    Provides data for the CurrentCellRequestNavigating event.

    Inheritance
    System.Object
    DataGridCurrentCellRequestNavigatingEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridCurrentCellRequestNavigatingEventArgs : EventArgs

    Constructors

    DataGridCurrentCellRequestNavigatingEventArgs(Boolean, String, RowColumnIndex, Object)

    Initializes a new instance of class.

    Declaration
    public DataGridCurrentCellRequestNavigatingEventArgs(bool cancel, string navigateText, RowColumnIndex rowColumnIndex, object rowData)
    Parameters
    Type Name Description
    System.Boolean cancel
    System.String navigateText
    RowColumnIndex rowColumnIndex
    System.Object rowData

    Properties

    Cancel

    Gets or sets the value that indicates whether the navigation should be handled for the particular cell.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the navigation is handled; otherwise, false.

    NavigateText

    Gets the navigation text when the hyperlink is activated.

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

    A string that contains the text to navigate when the hyperlink is activated.

    RowColumnIndex

    Gets the of the corresponding cell navigation occurs for.

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

    The of corresponding cell navigation occurs for.

    RowData

    Gets the data item of the corresponding cell navigation occurs for.

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

    The data item of the corresponding cell navigation occurs for.

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