DataGridItemProperty Class Members
See Also  Properties  Methods  Events
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DataGridItemProperty Class

The following tables list the members exposed by DataGridItemProperty.

Public Constructors

 NameDescription
Public ConstructorDataGridItemProperty ConstructorOverloaded. Initializes a new instance of the DataGridItemProperty class.  
Top

Public Properties

 NameDescription
Public PropertyCalculateDistinctValuesGets or sets a value indicating whether distinct values are to be calculated for the property. This feature is available only in the Professional Edition  
Public PropertyConverterGets or sets the converter to convert values to and from the corresponding field in the underlying data source.  
Public PropertyConverterCultureGets or sets the culture in which to evaluate the converter  
Public PropertyConverterParameterGets or sets the parameter to pass to the converter  
Public PropertyDataTypeGets or sets the property's data type  
Public PropertyIsReadOnlyGets or sets a value indicating whether the property is readonly.  
Public PropertyMaxDistinctValuesGets or sets a value indicating the maximum number of distinct values to calculate. This feature is available only in the Professional Edition  
Public PropertyNameGets or sets the name of a property in a DataGridCollectionView.  
Public PropertyPropertyDescriptorGets or sets the PropertyDescriptor that determines the characteristics of a property for an item in a DataGridCollectionView.  
Public PropertySortComparerGets or sets the custom data comparer that will be used to sort the values of the data-grid item property's associated column.  
Public PropertyTitleGets or sets the property's title.  
Public PropertyValuePathGets or sets the path to access the value of a property for an item in a DataGridCollectionView.  
Public PropertyValueXPathGets or sets the XPath query that returns the value on the XML binding source to use  
Top

Public Methods

 NameDescription
Public MethodGetValueRetrieves the current value of the property for the specified component.  
Public MethodSetValueSets the current value of the property for the specified component.  
Top

Public Events

 NameDescription
Public EventPropertyChangedRaised when the value of a property changes.  
Top

See Also