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

ParametersModel.CanSubmitParameters() Method

Specifies whether or not it is currently allowed to submit the parameter values.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

Declaration

public bool CanSubmitParameters()

Returns

Type Description
Boolean

true if submitting parameter values is permitted; otherwise false.

See Also