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

IDocumentViewModel.CanChangePageSettings Property

Indicates whether the document’s page settings can be changed.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

bool CanChangePageSettings { get; }

Property Value

Type Description
Boolean

true, if page settings can be changed; otherwise, false.

See Also