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 |