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

IDocumentViewModel.InitialDirectory Property

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

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

string InitialDirectory { get; }

Property Value

Type Description
String

A String value.

See Also