DataGridRow::ValidationErrorTemplate Property
.NET Framework (current version)
Gets or sets the template that is used to visually indicate an error in row validation.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property ControlTemplate^ ValidationErrorTemplate { ControlTemplate^ get(); void set(ControlTemplate^ value); }
Property Value
Type: System.Windows.Controls::ControlTemplate^The template that is used to visually indicate an error in row validation, or null to use the DataGrid::RowValidationErrorTemplate setting. The registered default is null. For information about what can influence the value, see DependencyProperty.
.NET Framework
Available since 4.0
Available since 4.0
Show: