ParameterTemplateSelector.StringTemplate Property
In This Article
Specifies a default template for editors used to edit parameters of the string type.
Namespace: DevExpress.Xpf.Printing.Parameters
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public DataTemplate StringTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also