Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataTemplate ValidationErrorTemplate { get; set; }

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
.EditSettings .ValidationErrorTemplate
FilterField
.EditSettings .ValidationErrorTemplate
ColumnBase
.ActualEditSettings .ValidationErrorTemplate
ColumnBase
.EditSettings .ValidationErrorTemplate
TreeViewControl
.EditSettings .ValidationErrorTemplate
PropertyDefinition
.EditSettings .ValidationErrorTemplate
SpreadsheetCustomCellEditEventArgs
.EditSettings .ValidationErrorTemplate

Remarks

To learn more about the templating mechanism, refer to the Data Templating Overview article.

See Also