Skip to main content
.NET 6.0+

IModelOptionsFileAttachment.DefaultDirectory Property

Specifies the default directory for file attachments.

Namespace: DevExpress.ExpressApp.FileAttachments.Win

Assembly: DevExpress.ExpressApp.FileAttachment.Win.v23.2.dll

Declaration

string DefaultDirectory { get; set; }

Property Value

Type Description
String

A string specifying the default directory for file attachments.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultDirectory
IModelOptionsFileAttachments
.Attachments .DefaultDirectory

Remarks

This property is considered for Windows Forms applications.

See Also