Skip to main content
All docs
V25.1
  • ParameterTemplateSelector.TimeOnlyRangeTemplate Property

    Specifies a default template for editors used to edit range parameters of the TimeOnly type.

    Namespace: DevExpress.Xpf.Printing.Parameters

    Assembly: DevExpress.Xpf.Printing.v25.1.dll

    NuGet Package: DevExpress.Wpf.Printing

    Declaration

    public DataTemplate TimeOnlyRangeTemplate { get; set; }

    Property Value

    Type Description
    DataTemplate

    A DataTemplate containing a template definition.

    See Also