RgfDashboardDefinitionHelperResolvePaneMetadata Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Services.Dashboard
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 10.2.0.10716
C#
public static RgfDashboardPaneMetadata ResolvePaneMetadata(
	RgfDashboardPane? pane,
	IReadOnlyDictionary<int, RgfDashboardItem>? itemIndex
)

Parameters

pane  RgfDashboardPane
 
itemIndex  IReadOnlyDictionaryInt32, RgfDashboardItem
 

Return Value

RgfDashboardPaneMetadata

See Also