The following tables list the members exposed by DataGridItemProperty.
| Name | Description | |
|---|---|---|
![]() | DataGridItemProperty Constructor | Overloaded. Initializes a new instance of the DataGridItemProperty class. |
| Name | Description | |
|---|---|---|
![]() | CalculateDistinctValues | Gets or sets a value indicating whether distinct values are to be calculated for the property. |
![]() | Converter | Gets or sets the converter to convert values to and from the corresponding field in the underlying data source. |
![]() | ConverterCulture | Gets or sets the culture in which to evaluate the converter |
![]() | ConverterParameter | Gets or sets the parameter to pass to the converter |
![]() | DataType | Gets or sets the property's data type |
![]() | IsReadOnly | Gets or sets a value indicating whether the property is readonly. |
![]() | MaxDistinctValues | Gets or sets a value indicating the maximum number of distinct values to calculate. |
![]() | Name | Gets or sets the name of a property in a DataGridCollectionView. |
![]() | PropertyDescriptor | Gets or sets the PropertyDescriptor that determines the characteristics of a property for an item in a DataGridCollectionView. |
![]() | SortComparer | Gets or sets the custom data comparer that will be used to sort the values of the data-grid item property's associated column. |
![]() | Title | Gets or sets the property's title. |
![]() | ValuePath | Gets or sets the path to access the value of a property for an item in a DataGridCollectionView. |
![]() | ValueXPath | Gets or sets the XPath query that returns the value on the XML binding source to use |
| Name | Description | |
|---|---|---|
![]() | GetValue | Retrieves the current value of the property for the specified component. |
![]() | SetValue | Sets the current value of the property for the specified component. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Raised when the value of a property changes. |



