Click or drag to resize

RGObjectParameterName Property

Gets the parameter name, which can only be set through a constructor.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public string Name { get; }

Return Value

Type: String
The parameter name, which can only be set through a constructor.
See Also