alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum CloseAction

    Defines the method by which a dialog can be closed in the Gantt Chart.

    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum CloseAction
    Remarks

    This enum is used in the CloseBy property to indicate the specific interaction that resulted in the dialog being closed.

    Fields

    Name Description
    Cancel

    Indicates that the dialog was closed using the Cancel button.

    Enter

    Indicates that the dialog was closed by pressing the Enter key.

    Escape

    Indicates that the dialog was closed by pressing the Escape key.

    Icon

    Indicates that the dialog was closed using the close (X) icon.

    Save

    Indicates that the dialog was closed using the Save button.

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