RgfDynamicDialogChoice(String, RenderFragment, IEnumerableButtonParameters, DialogType) 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 Choice(
	string title,
	RenderFragment content,
	IEnumerable<ButtonParameters> buttons,
	DialogType dialogType = DialogType.Default
)

Parameters

title  String
 
content  RenderFragment
 
buttons  IEnumerableButtonParameters
 
dialogType  DialogType  (Optional)
 

See Also