Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class SideDialogOptions

    Class SideDialogOptions

    Inheritance
    System.Object
    DialogOptionsBase
    SideDialogOptions
    Inherited Members
    DialogOptionsBase.PropertyChanged
    DialogOptionsBase.OnPropertyChanged(String)
    DialogOptionsBase.ShowTitle
    DialogOptionsBase.ShowClose
    DialogOptionsBase.Width
    DialogOptionsBase.Height
    DialogOptionsBase.Style
    DialogOptionsBase.CloseDialogOnOverlayClick
    DialogOptionsBase.CssClass
    DialogOptionsBase.WrapperCssClass
    DialogOptionsBase.ContentCssClass
    DialogOptionsBase.CloseTabIndex
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class SideDialogOptions : DialogOptionsBase

    Properties

    AutoFocusFirstElement

    Gets or sets a value indicating whether to focus the first focusable HTML element. Set to true by default.

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

    Position

    The Position on which the dialog will be positioned

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

    ShowMask

    Whether to show a mask on the background or not. Set to true by default.

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

    Title

    The title displayed on the dialog.

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

    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