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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

string InitialDirectory { get; }

Property Value

Type Description
String

A String value.

See Also