|  | RecroGridRGPropertyCreateRGProperty Method  | 
 
            Creates a property.
            
 
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic 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: 
RecroGridRGPropertyThe property.
 See Also
See Also