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

IFileData Interface

Declares members implemented by the classes that can be represented in a UI using the FileDataPropertyEditor.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v19.1.dll

Declaration

public interface IFileData

Remarks

When the File Attachments module is added to the application, business object properties of the IFileData type are visualized using the FileDataPropertyEditor in WinForms and ASP.NET applications and MobileFileDataPropertyEditor in Mobile applications.

WinForms:

FileDataEdit_Transparent

ASP.NET:

FileDataEdit_FileDataPropertyEditor_Transparent

Mobile:

MobileFileDataPropertyEditor

Note

If you want to access the full path to a file, implement the ISupportFullName interface in your class in addition to IFileData.

See Also