menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CurrentCellRequestNavigateEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CurrentCellRequestNavigateEventArgs

    Provides data for CurrentCellRequestNavigate event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CurrentCellRequestNavigateEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class CurrentCellRequestNavigateEventArgs : GridEventArgs

    Constructors

    CurrentCellRequestNavigateEventArgs(Object)

    Initializes a new instance of CurrentCellRequestNavigateEventArgs class.

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

    The source of the event.

    Properties

    Handled

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

    Declaration
    public bool Handled { 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 RowColumnIndex of the corresponding cell navigation occurs for.

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

    The RowColumnIndexof 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