RgfBlazorConfigurationRegisterComponentTComponent Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Blazor
Assembly: Recrovit.RecroGridFramework.Client.Blazor (in Recrovit.RecroGridFramework.Client.Blazor.dll) Version: 8.3.0.10221
C#
public static void RegisterComponent<TComponent>(
	RgfBlazorConfigurationComponentType type
)
where TComponent : ComponentBase

Parameters

type  RgfBlazorConfigurationComponentType
 

Type Parameters

TComponent

See Also