RecroGridRGPropertyCreateRGProperty Method
Creates a property.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
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.