Skip to main content
All docs
V25.1
  • 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.v25.1.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