Skip to main content
All docs
V24.1

ValidateRangeEventArgs.EndError Property

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public string EndError { get; set; }

Property Value

Type Description
String

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

See Also