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