Skip to main content
All docs
V26.1
  • ParameterTemplateSelector.DateOnlyTemplate Property

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

    Namespace: DevExpress.Xpf.Printing.Parameters

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

    Declaration

    public DataTemplate DateOnlyTemplate { get; set; }

    Property Value

    Type Description
    DataTemplate

    A DataTemplate containing a template definition.

    See Also