| 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.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).
Supported Frameworks: Microsoft .NET Framework version 3.5