'Declaration <DebuggerDisplayAttribute("Name = {Name}")> Public MustInherit Class DataGridItemPropertyBase
'Usage Dim instance As DataGridItemPropertyBase
[DebuggerDisplay("Name = {Name}")] public abstract class DataGridItemPropertyBase
'Declaration <DebuggerDisplayAttribute("Name = {Name}")> Public MustInherit Class DataGridItemPropertyBase
'Usage Dim instance As DataGridItemPropertyBase
[DebuggerDisplay("Name = {Name}")] public abstract class DataGridItemPropertyBase
System.Object
Xceed.Wpf.DataGrid.DataGridItemPropertyBase
Xceed.Wpf.DataGrid.DataGridItemProperty
Xceed.Wpf.DataGrid.DataGridUnboundItemProperty
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. |
![]() | DistinctValuesEqualityComparer | Gets or sets the IEqualityComparer that is used to compare the equality of the item property's distinct values. |
![]() | DistinctValuesSortComparer | Gets or sets the IComparer that is used to sort the item property's distinct values. |
![]() | ForeignKeyDescription | Gets or set the DataGridForeignKeyDescription that represents a foreign key constraint or enumeration. |
![]() | GroupSortStatResultComparer | Gets or sets the IComparer used when sorting groups by the result of a statistical function. |
![]() | GroupSortStatResultPropertyName | Gets or sets the result property name of the statistical function by whose values the groups will be sorted. |
![]() | IsDisplayable | |
![]() | IsReadOnly | Gets or sets a value indicating whether the property is readonly. |
![]() | ItemProperties | |
![]() | 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. |
![]() | OverrideReadOnlyForInsertion | Gets or sets a value indicating whether the value of the IsReadOnly property is ignored when new data items are inserted. |
![]() | 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. |
![]() | Synonym | |
![]() | Title | Gets or sets the property's title. |
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 | |
---|---|---|
![]() | GetValueCore | Retrieves the value of the specified component. |
![]() | Initialize | 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. |
![]() | SetValueCore | Sets the value for the specified component. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Raised when the value of a property changes. |
![]() | QueryDistinctValue | Raised to allow custom distinct values to be provided. |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2