menu

Blazor

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

    Show / Hide Table of Contents

    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

    true if the dialog is opened for edit action; otherwise, 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.

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