Skip to main content
All docs
V26.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.v26.1.dll

    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