RecroDictServiceGetRgfUiString Method

Retrieves the RecroGrid Framework UI string for the specified string ID.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.16.0.25.0402.1
C#
public string GetRgfUiString(
	string resourceKey
)

Parameters

resourceKey  String
The ResourceKey of the RecroGrid Framework UI string.

Return Value

String
The RecroGrid Framework UI string.

Implements

IRecroDictService.GetRgfUiString(String)

See Also