RgfBlazorConfigurationRegisterComponentTComponent Method

Definition

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

Parameters

type  RgfBlazorConfigurationComponentType
 

Type Parameters

TComponent

See Also