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

ParametersModel.CanResetParameters() Method

Specifies whether it is currently allowed to reset parameter values.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

Declaration

public bool CanResetParameters()

Returns

Type Description
Boolean

true if it is possible to reset the current parameter values; otherwise false.

See Also