The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridRowDetailsVisibilityMode Enumeration
.NET Framework (current version)
Defines constants that specify when DataGrid row details are displayed.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Collapsed | The row details section is not displayed for any rows. | |
| Visible | The row details section is displayed for all rows. | |
| VisibleWhenSelected | The row details section is displayed only for selected rows. |
This enumeration is used by the DataGrid.RowDetailsVisibilityMode property.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: