menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttDialogOpenEventArgs<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttDialogOpenEventArgs<TValue>

    Represents event arguments for the GanttDialogOpening event of a Gantt chart dialog.

    Inheritance
    System.Object
    GanttDialogOpenEventArgs<TValue>
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttDialogOpenEventArgs<TValue> : Object
    Type Parameters
    Name
    TValue

    Constructors

    GanttDialogOpenEventArgs()

    Declaration
    public GanttDialogOpenEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the dialog opening.

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

    If the Cancel property is set to true, the dialog open action will be cancelled. The default value is false.

    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 TValue that represents the row data.

    IsEditAction

    Gets the boolean value indicating whether the current action is Add or Edit.

    Declaration
    public bool IsEditAction { get; }
    Property Value
    Type Description
    System.Boolean

    true if the dialog is opening for edit action; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved