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


In This Topic
    DataGridUnboundItemProperty Class Events
    In This Topic

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

    Public Events
     NameDescription
    Public Event
    Raised for each data item to allow the unbound value to be committed, if required.  
    Public EventRaised when the value of a property changes. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public EventRaised to allow custom distinct values to be provided. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public EventRaised for each data item in the underlying data source and allows unbound values to be provided for each item through the Value property received in the event arguments.  
    Top
    See Also