menu

UWP

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

    Show / Hide Table of Contents

    Class EndCellEditEventArgs

    Represents the gantt cell edited event arguments.

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

    Constructors

    EndCellEditEventArgs()

    Declaration
    public EndCellEditEventArgs()

    Properties

    Item

    Gets the new value of the edited task.

    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

    OldItem

    Gets the old value of the edited task.

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

    Extension Methods

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