BaseEditSettings.ValidationErrorTemplate Property
Gets or sets the template used to display an in-place editor’s validation error messages. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate that defines the visualization of the editor’s error messages. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ValidationErrorTemplate |
---|---|
BarEditItem |
|
FilterField |
|
ColumnBase |
|
ColumnBase |
|
TreeViewControl |
|
PropertyDefinition |
|
SpreadsheetCustomCellEditEventArgs |
|
Remarks
To learn more about the templating mechanism, refer to the Data Templating Overview article.
See Also