Skip to main content
A newer version of this page is available. .

EditorTemplates.StringTemplate Property

Gets a default template for editors used to edit parameters of the string type.

Namespace: DevExpress.Xpf.Printing.Parameters

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

Declaration

public static DataTemplate StringTemplate { get; }

Property Value

Type Description
DataTemplate

A DataTemplate containing a template definition.

See Also