ItemProperties Property
See Also 
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

Visual Basic (Declaration) 
Public ReadOnly Property ItemProperties As DataGridItemPropertyCollection
C# 
public DataGridItemPropertyCollection ItemProperties {get;}

Return 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

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also