Overload | Description |
---|---|
DataGridUnboundItemProperty Constructor() | Initializes a new instance of the DataGridUnboundItemProperty class. |
DataGridUnboundItemProperty Constructor(String,Type) | Initializes a new instance of the DataGridItemProperty class specifying the name of the property and its data type. |
DataGridUnboundItemProperty Constructor(String,Type,Boolean) | Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its data type, and indicating whether it is read only. |
DataGridUnboundItemProperty Constructor(String,Type,Boolean,Boolean) | Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its data type, indicating whether it is read only, and if the corresponding cell can be edited when a new item is being inserted. |