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

LegacyLinkPreviewModel.ParametersModel Property

Provides access to a collection of ParameterModel objects associated with the LegacyLinkPreviewModel class.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public override ParametersModel ParametersModel { get; }

Property Value

Type Description
ParametersModel

A ParametersModel object.

See Also