Skip to main content

IDocumentViewModel.DefaultFileName Property

Gets or sets the file name to which a document is exported by default.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

string DefaultFileName { get; }

Property Value

Type Description
String

A String value.

See Also