alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class BeforePopupOpenCloseEventArgs

    Represents the class for BeforePopupOpenClose event arguments.

    Inheritance
    object
    BeforePopupOpenCloseEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforePopupOpenCloseEventArgs

    Constructors

    BeforePopupOpenCloseEventArgs()

    Declaration
    public BeforePopupOpenCloseEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the FileManager should prevent the dialog from opening.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    bool
    Remarks

    When the Cancel property is set to true, the FileManager will prevent the dialog from opening. This can be useful in situations where you want to disable file uploads or perform custom validation before the dialog is opened.

    PopupName

    Gets or sets the name of the current FileManager dialog action.

    Declaration
    public string PopupName { get; set; }
    Property Value
    Type
    string
    Remarks

    Returns the following actions name

    • Upload
    • Create Folderr
    • Image Preview
    • File Details
    • Rename
    • Delete
    • Duplicate Items
    • Errors
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved