Xceed DataGrid for WPF v7.2 Documentation
DataGridItemPropertyBase Class Members
Properties  Methods  Events


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DataGridItemPropertyBase Class

The following tables list the members exposed by DataGridItemPropertyBase.

Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether distinct values are to be calculated for the property or not.  
Public PropertyGets or sets the converter to convert values to and from the corresponding field in the underlying data source.  
Public PropertyGets or sets the culture in which to evaluate the converter.  
Public PropertyGets or sets the parameter to pass to the converter.  
Public PropertyGets or sets the property's data type.  
Public PropertyGets or sets the IEqualityComparer that is used to compare the equality of the item property's distinct values.  
Public PropertyGets or sets a value that indicates how distinct values filtering is performed on the property.  
Public PropertyGets or sets a value that indicates the expected number of distinct values returned per data item for the property.  
Public PropertyGets or sets the IComparer that is used to sort the item property's distinct values.  
Public PropertyGets or sets the filter criterion that is initially applied and displayed in a FilterRow when a grid is loaded.  
Public PropertyGets or set the DataGridForeignKeyDescription that represents a foreign key constraint or enumeration.  
Public PropertyGets or sets the IComparer used when sorting groups by the result of a statistical function.  
Public PropertyGets or sets the result property name of the statistical function by whose values the groups will be sorted.  
Public PropertyGets or sets a value indicating whether the DataGridItemProperty can generate a column if need be.  
Public PropertyGets or sets a value indicating whether the property is readonly.  
Public PropertyGets a collection of DataGridItemProperty objects that belong to a given DataGridItemProperty.  
Public PropertyGets or sets a value indicating the maximum number of distinct values to calculate.  
Public PropertyGets or sets the name of a property in a DataGridCollectionView.  
Public PropertyGets or sets a value indicating whether the value of the IsReadOnly property is ignored when new data items are inserted.  
Public PropertyGets or sets the custom data comparer that will be used to sort the values of the data-grid item property's associated column.  
Public PropertyGets or sets the complete path (using one or more DataGridItemPropertyBase.Name values) with which this item property must be associated and aligned when the TreeGridflowView flattens the details.  
Public PropertyGets or sets the property's title.  
Top
Public Methods
 NameDescription
Public MethodRetrieves the current value of the property for the specified component.  
Public MethodSets the current value of the property for the specified component.  
Top
Protected Methods
 NameDescription
Protected MethodRetrieves the value of the specified component.  
Protected Method

Initializes a new instance of the DataGridItemProperty class specifying the name and title of the property, its value path, indicating whether it is read only, if the corresponding cell can be edited when a new item is being inserted, and if it represents a sub relationship.

 
Protected MethodSets the value for the specified component.  
Top
Public Events
 NameDescription
Public EventRaised when the value of a property changes.  
Public EventRaised to allow custom distinct values to be provided.  
Top
See Also

Reference

DataGridItemPropertyBase Class
Xceed.Wpf.DataGrid Namespace