menu

UWP

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

    Show / Hide Table of Contents

    Class BeginCellEditEventArgs

    Represents the gantt cell editing event arguments.

    Inheritance
    System.Object
    BeginCellEditEventArgs
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class BeginCellEditEventArgs : EventArgs

    Constructors

    BeginCellEditEventArgs()

    Declaration
    public BeginCellEditEventArgs()

    Properties

    IsCancel

    Gets or sets a value indicating whether the editing is to be continued or cancelled.

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

    Item

    Gets the current cell editing item which has been sent through mouse or touch interaction.

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

    MappingName

    Gets the current cell mapping name to the column.

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

    Extension Methods

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