RecroGridRGPropertyCreateRGProperty Method

Creates a property.

Definition

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

Parameters

colName  String
Name of the column.
propType  Type
Type of the property.
editable  Boolean
if set to true column is editable.
isKey  Boolean
if set to true column is key.
nullable  Boolean
if set to true column is nullable.

Return Value

RecroGridRGProperty
The property.

See Also