Skip to main content
All docs
V23.2

ValidateRangeEventArgs.StartError Property

Gets or sets the error description for the start date of the validated range.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string StartError { get; set; }

Property Value

Type Description
String

Specifies the error description for the start date of the validated range.

See Also