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

CustomFileOperationEventArgs.FileData Property

Specifies a file about to be opened via its associated program.

Namespace: DevExpress.ExpressApp.FileAttachments.Win

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

Declaration

public IFileData FileData { get; }

Property Value

Type Description
IFileData

An IFileData object, representing a file about to be opened via its associated program.

See Also