Click or drag to resize

RecroGridRGPropertyCreateRGProperty Method

Creates a property.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static RecroGridRGProperty CreateRGProperty(
	string colName,
	Type propType,
	bool editable,
	bool isKey,
	bool nullable
)

Parameters

colName
Type: SystemString
Name of the column.
propType
Type: SystemType
Type of the property.
editable
Type: SystemBoolean
if set to true column is editable.
isKey
Type: SystemBoolean
if set to true column is key.
nullable
Type: SystemBoolean
if set to true column is nullable.

Return Value

Type: RecroGridRGProperty
The property.
See Also