Skip to main content
All docs
V23.2

DateRangeControl.StartValidationErrorTemplate Property

Gets or sets the template that defines the presentation of validation errors that occur on the start date. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataTemplate StartValidationErrorTemplate { get; set; }

Property Value

Type Description
DataTemplate

Defines the presentation of validation errors that occur on the start date.

See Also