Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class Dialog

    Class Dialog.

    Inheritance
    System.Object
    Dialog
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class Dialog : INotifyPropertyChanged

    Properties

    Options

    Gets or sets the options.

    Declaration
    public DialogOptions Options { get; set; }
    Property Value
    Type Description
    DialogOptions

    The options.

    Parameters

    Gets or sets the parameters.

    Declaration
    public Dictionary<string, object> Parameters { get; set; }
    Property Value
    Type Description
    Dictionary<System.String, System.Object>

    The parameters.

    Title

    Gets or sets the title.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    The title.

    Type

    Gets or sets the type.

    Declaration
    public Type Type { get; set; }
    Property Value
    Type Description
    Type

    The type.

    Methods

    OnPropertyChanged(String)

    Raises the PropertyChanged event.

    Declaration
    protected virtual void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    The name of the property that changed.

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT