Skip to main content
A newer version of this page is available. .

BaseEdit.ValidationErrorTemplate Property

Gets or sets the template used to display an editor’s validation error messages. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public DataTemplate ValidationErrorTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate that defines the visualization of the editor’s error messages.

Remarks

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

See Also