Class GanttDialogOpenedEventArgs<TValue>
Provides information about the GanttDialogOpened event.
Inheritance
System.Object
GanttDialogOpenedEventArgs<TValue>
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttDialogOpenedEventArgs<TValue> : Object
Type Parameters
Name |
---|
TValue |
Constructors
GanttDialogOpenedEventArgs()
Declaration
public GanttDialogOpenedEventArgs()
Properties
Action
Gets the boolean value indicating whether current action is Add or Edit.
Declaration
public bool Action { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Data
Gets the data associated with the row being edited.
Declaration
public TValue Data { get; }
Property Value
Type | Description |
---|---|
TValue | An object of the type |