DataGridRow::IsSelected Property
.NET Framework (current version)
Gets or sets a value that indicates whether the row is selected.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property bool IsSelected { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the row is selected; otherwise, false. The registered default is false. For information about what can influence the value, see DependencyProperty.
.NET Framework
Available since 4.0
Available since 4.0
Show: