Class DialogOpenEventArgs<TValue>
Provides information about the DialogOpen event.
Inheritance
System.Object
DialogOpenEventArgs<TValue>
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class DialogOpenEventArgs<TValue> : Object
Type Parameters
Name | Description |
---|---|
TValue | Represents the kanban data source's type. |
Constructors
DialogOpenEventArgs()
Declaration
public DialogOpenEventArgs()
Properties
Cancel
Defines the cancel option.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Data
Returns the cell or event data.
Declaration
public TValue Data { get; set; }
Property Value
Type | Description |
---|---|
TValue | The value of the cell data. |
RequestType
Defines the dialog actions.
Declaration
public CurrentAction RequestType { get; set; }
Property Value
Type | Description |
---|---|
CurrentAction | The current action that the dialog is requesting. |