Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class DialogOptionsBase

    Base Class for dialog options

    Inheritance
    System.Object
    DialogOptionsBase
    DialogOptions
    SideDialogOptions
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public abstract class DialogOptionsBase : INotifyPropertyChanged

    Properties

    CloseDialogOnOverlayClick

    Gets or sets a value indicating whether the dialog should be closed by clicking the overlay.

    Declaration
    public bool CloseDialogOnOverlayClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if closeable; otherwise, false.

    CloseTabIndex

    Gets or sets a value the dialog escape tabindex. Set to 0 by default.

    Declaration
    public int CloseTabIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    ContentCssClass

    Gets or sets the CSS classes added to the dialog's content element.

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

    CssClass

    Gets or sets dialog box custom class

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

    Height

    Gets or sets the height of the dialog.

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

    The height.

    ShowClose

    Gets or sets a value indicating whether to show the close button. Set to true by default.

    Declaration
    public bool ShowClose { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the close button is shown; otherwise, false. Default is true.

    ShowTitle

    Gets or sets a value indicating whether to show the title bar. Set to true by default.

    Declaration
    public bool ShowTitle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if title bar is shown; otherwise, false. Default is true.

    Style

    Gets or sets the CSS style of the dialog

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

    The style.

    Width

    Gets or sets the width of the dialog.

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

    The width.

    WrapperCssClass

    Gets or sets the CSS classes added to the dialog's wrapper element.

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

    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