RgfDynamicDialogDialog(DialogType, String, RenderFragment) Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Blazor.Components
Assembly: Recrovit.RecroGridFramework.Client.Blazor (in Recrovit.RecroGridFramework.Client.Blazor.dll) Version: 8.0.0.10102
C#
public void Dialog(
	DialogType dialogType,
	string title,
	RenderFragment content
)

Parameters

dialogType  DialogType
 
title  String
 
content  RenderFragment
 

See Also