menu

UWP

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

    Show / Hide Table of Contents

    Class CellContextMenuOpeningEventArgs

    Event Handler to Handle the CellContextMenuOpening Event which can be marked as Handled.

    Inheritance
    System.Object
    SyncfusionHandledEventArgs
    CellContextMenuOpeningEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public sealed class CellContextMenuOpeningEventArgs : SyncfusionHandledEventArgs

    Constructors

    CellContextMenuOpeningEventArgs(RowColumnIndex)

    Initializes a new instance of the CellContextMenuOpeningEventArgs class.

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

    Properties

    Cell

    Gets or Sets the RowColumnIndex of a cell

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

    An instance of RowColumnIndex.

    CellContextMenu

    Declaration
    public ContextMenu CellContextMenu { get; set; }
    Property Value
    Type
    ContextMenu

    Extension Methods

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