alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GanttDialogOpenedEventArgs<TValue>

    Provides information about the GanttDialogOpened event.

    Inheritance
    object
    GanttDialogOpenedEventArgs<TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttDialogOpenedEventArgs<TValue>
    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
    bool

    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.

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