Skip to main content
A newer version of this page is available.
All docs
V20.2

ParametersModel.Parameters Property

Provides access to the collection of parameter models associated with the current object.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public virtual ReadOnlyCollection<ParameterModel> Parameters { get; protected set; }

Property Value

Type Description
ReadOnlyCollection<ParameterModel>

A read-only collection of ParameterModel objects.

See Also