menu

UWP

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

    Show / Hide Table of Contents

    Class CurrentCellActivatingEventArgs

    Represents a class which holds the properties of CurrentCell Activating Event.

    Inheritance
    System.Object
    GridCancelEventArgs
    CurrentCellActivatingEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class CurrentCellActivatingEventArgs : GridCancelEventArgs

    Constructors

    CurrentCellActivatingEventArgs()

    Declaration
    public CurrentCellActivatingEventArgs()

    Properties

    ActivationTrigger

    Gets the value of trigger options .

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

    One of the options in ActivationTrigger.

    CurrentRowColumnIndex

    Gets the value of current RowColumnIndex .

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

    An instance of RowColumnIndex.

    PreviousRowColumnIndex

    Gets the value of previous RowColumnIndex .

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

    An instance of RowColumnIndex.

    Extension Methods

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