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

PrintOptionsViewModel.IsValid Property

Specifies whether the PrintOptionsViewModel.PrintFileName property designates a valid file.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

public bool IsValid { get; }

Property Value

Type Description
Boolean

true, if the PrintOptionsViewModel.PrintFileName property designates a valid file; otherwise, false.

See Also