Xceed DataGrid for WPF v7.2 Documentation
RefreshUnboundItemProperties(IList) Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class > RefreshUnboundItemProperties Method : RefreshUnboundItemProperties(IList) Method
The items to refresh.  If a null reference (Nothing in Visual Basic) or an empty list is passed, all items will be refreshed.
Allows refreshing all values associated to a DataGridUnboundItemProperty on the list passed in parameter without having to refresh the whole DataGridCollectionView.
Syntax
'Declaration
 
Public Overloads Sub RefreshUnboundItemProperties( _
   ByVal items As IList _
) 
'Usage
 
Dim instance As DataGridCollectionView
Dim items As IList
 
instance.RefreshUnboundItemProperties(items)
public void RefreshUnboundItemProperties( 
   IList items
)

Parameters

items
The items to refresh.  If a null reference (Nothing in Visual Basic) or an empty list is passed, all items will be refreshed.
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
Overload List