Skip to main content
A newer version of this page is available.
All docs
V19.1

ParametersModel.HasVisibleParameters Property

Indicates whether there are visible parameters assigned to the model.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

Declaration

public bool HasVisibleParameters { get; }

Property Value

Type Description
Boolean

true if there are visible parameters assigned to the model; otherwise false.

See Also