Table of Contents

Enum DialogPosition

Namespace
Radzen
Assembly
Radzen.Blazor.dll

DialogPosition enum

public enum DialogPosition
Extension Methods

Fields

Bottom = 3

Dialog will be positioned at the bottom of the page

Left = 1

Dialog will be positioned on the left side

Right = 0

Dialog will be positioned on the right side

Top = 2

Dialog will be positioned on the top of the page