DataGridRow::DetailsVisibility Property
.NET Framework (current version)
Gets or sets a value that indicates when the details section of the row is displayed.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property Visibility DetailsVisibility { Visibility get(); void set(Visibility value); }
Property Value
Type: System.Windows::VisibilityA value that specifies the visibility of the row details. The registered default is Collapsed. For information about what can influence the value, see DependencyProperty.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: