Enum DialogPosition
DialogPosition enum
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum DialogPosition : int
Fields
Name | Description |
---|---|
Bottom | Dialog will be positioned at the bottom of the page |
Left | Dialog will be positioned on the left side |
Right | Dialog will be positioned on the right side |
Top | Dialog will be positioned on the top of the page |