Overload | Description |
---|---|
DataGridItemProperty Constructor() | Initializes a new instance of the DataGridItemProperty class. |
DataGridItemProperty Constructor(String,String,Type) | Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value path, and its data type. |
DataGridItemProperty Constructor(String,String,String,Type) | Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value and X paths, and its data type |
DataGridItemProperty Constructor(String,String,Type,Boolean) | Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value path, its data type, and indicating whether it is read-only. |
DataGridItemProperty Constructor(String,String,String,Type,Boolean) | Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value and X paths, its data type, and indicating whether it is read-only |
DataGridItemProperty Constructor(PropertyDescriptor) | Initializes a new instance of the DataGridItemProperty class specifying the PropertyDescriptor that determines the characteristics of a property for an item in a DataGridCollectionView. |
DataGridItemProperty Constructor(String,Type) | Initializes a new instance of the DataGridItemProperty class specifying the name of the property and its value path. |
DataGridItemProperty Constructor(String,Type,Boolean) | Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value path, and indicating whether it is readonly. |
DataGridItemProperty Constructor(String,Type,Boolean,Nullable<Boolean>) | Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value path, indicating whether it is read only, and if the corresponding cell can be edited when a new item is being inserted. |
DataGridItemProperty Constructor(String,PropertyDescriptor) | Initializes a new instance of the DataGridItemProperty class specifying the name and the PropertyDescriptor that determines the characteristics of a property for an item in a DataGridCollectionView. |