Enum PopupRenderMode
Specifies the ways a component renders its popup.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum PopupRenderMode : int
Fields
Name | Description |
---|---|
Initial | The component renders its popup initially. |
OnDemand | The component renders its popup on-demand. |