RgfGridColumnComponentInitStylesAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Blazor.Components
Assembly: Recrovit.RecroGridFramework.Client.Blazor (in Recrovit.RecroGridFramework.Client.Blazor.dll) Version: 8.3.0.10221
C#
public static Task InitStylesAsync(
	IJSRuntime jsRuntime,
	RgfEntity entityDesc,
	RgfDynamicDictionary rowData,
	IEnumerable<RgfProperty> prop4RowStyles,
	IEnumerable<RgfProperty> prop4ColStyles
)

Parameters

jsRuntime  IJSRuntime
 
entityDesc  RgfEntity
 
rowData  RgfDynamicDictionary
 
prop4RowStyles  IEnumerableRgfProperty
 
prop4ColStyles  IEnumerableRgfProperty
 

Return Value

Task

See Also