Xceed DataGrid for WPF v7.2 Documentation
ItemProperties Property (DataGridDetailDescription)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridDetailDescription Class : ItemProperties Property
Gets a collection of DataGridItemProperty objects, which represent the items that are contained in the detail.
Syntax
'Declaration
 
Public ReadOnly Property ItemProperties As DataGridItemPropertyCollection
'Usage
 
Dim instance As DataGridDetailDescription
Dim value As DataGridItemPropertyCollection
 
value = instance.ItemProperties
public DataGridItemPropertyCollection ItemProperties {get;}

Property Value

A DataGridItemPropertyCollection containing the DataGridItemProperty objects that determine the characteristics of the items contained in the detail.
Remarks
The ItemProperties collection contains a list of DataGridItemProperty objects that can be added or removed and that contain information relative to their corresponding item (you could consider these items to be the columns that will end up in a grid).
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

DataGridDetailDescription Class
DataGridDetailDescription Members