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

ParametersModel.CanEdit Property

Specifies whether it is currently allowed to edit the parameters model.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

Declaration

public virtual bool CanEdit { get; set; }

Property Value

Type Description
Boolean

true if editing the parameters model is permitted; otherwise false.

See Also