Xceed DataGrid for WPF v7.2 Documentation
RefreshUnboundItemProperties Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : RefreshUnboundItemProperties Method
Allows refreshing all values associated to a DataGridUnboundItemProperty on the data object or list passed in parameter without having to refresh the whole DataGridCollectionView.
Overload List
OverloadDescription
Allows refreshing all values associated to a DataGridUnboundItemProperty on the data object passed in parameter without having to refresh the whole DataGridCollectionView.  
Allows refreshing all values associated to a DataGridUnboundItemProperty on the list passed in parameter without having to refresh the whole DataGridCollectionView.  
Remarks
All DataGridUnboundItemProperty objects defined on the DataGridCollectionView will be refreshed.  It means the QueryValue event will be triggered for each item, so the new value for each UnboundItemProperty can be provided.  Item(s) at the any detail level will also be refreshed.
Requirements

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

See Also

Reference

DataGridCollectionView Class
DataGridCollectionView Members