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

ParameterTemplateSelector.GuidTemplate Property

Specifies the editor for GUID (Globally Unique Identifier) values in the Parameters panel.

Namespace: DevExpress.Xpf.Printing.Parameters

Assembly: DevExpress.Xpf.Printing.v21.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public DataTemplate GuidTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

See Also