Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class SideDialogOptions

    Class SideDialogOptions

    Inheritance
    object
    DialogOptionsBase
    SideDialogOptions
    Implements
    INotifyPropertyChanged
    Inherited Members
    DialogOptionsBase.OnPropertyChanged(string)
    DialogOptionsBase.ShowTitle
    DialogOptionsBase.ShowClose
    DialogOptionsBase.Width
    DialogOptionsBase.Height
    DialogOptionsBase.Style
    DialogOptionsBase.CloseDialogOnOverlayClick
    DialogOptionsBase.CssClass
    DialogOptionsBase.WrapperCssClass
    DialogOptionsBase.ContentCssClass
    DialogOptionsBase.CloseTabIndex
    DialogOptionsBase.PropertyChanged
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class SideDialogOptions : DialogOptionsBase, INotifyPropertyChanged

    Constructors

    SideDialogOptions()

    Class SideDialogOptions

    Declaration
    public SideDialogOptions()

    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
    bool

    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
    bool

    Title

    The title displayed on the dialog.

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

    Implements

    INotifyPropertyChanged

    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