Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridUnboundItemProperty Class


In This Topic
    DataGridUnboundItemProperty Class Properties
    In This Topic

    For a list of all members of this type, see DataGridUnboundItemProperty members.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether distinct values are to be calculated for the property. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets the converter to convert values to and from the corresponding field in the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets the culture in which to evaluate the converter. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets the parameter to pass to the converter. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets the property's data type. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets the IEqualityComparer that is used to compare the equality of the item property's distinct values. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets the IComparer that is used to sort the item property's distinct values. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or set the DataGridForeignKeyDescription that represents a foreign key constraint or enumeration. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets the IComparer used when sorting groups by the result of a statistical function. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets the result property name of the statistical function by whose values the groups will be sorted. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public Property (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets a value indicating whether the property is readonly. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public Property (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets a value indicating the maximum number of distinct values to calculate. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets the name of a property in a DataGridCollectionView. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets a value indicating whether the value of the IsReadOnly property is ignored when new data items are inserted. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    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. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public Property (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public PropertyGets or sets the property's title. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Top
    See Also