RecroGridRGPropertyCreateRGProperty Method
            Creates a property.
            
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.9.0.24.1113.1
public static RecroGridRGProperty CreateRGProperty(
	string colName,
	Type propType,
	bool editable,
	bool isKey,
	bool nullable
)
- 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.
RecroGridRGPropertyThe property.