Click or drag to resize

RecroGridAlias2ClientName Method (IEnumerableRecroGridRGProperty, String)

Az mező Alias azonosítója alapján visszaadja a kliens nevet.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static string Alias2ClientName(
	IEnumerable<RecroGridRGProperty> rgProperties,
	string alias
)

Parameters

rgProperties
Type: System.Collections.GenericIEnumerableRecroGridRGProperty
The RGProperties.
alias
Type: SystemString
Az mező Alias azonosítója.

Return Value

Type: String
The ClientName.
See Also