Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FileAttachmentAttribute.FileDataPropertyName Property

Specifies the target class’ property of the IFileData type to be used by Controllers that manage file attachments.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v20.2.dll

Declaration

public string FileDataPropertyName { get; }

Property Value

Type Description
String

A string specifying the target class’ property name which returns a IFileData object.

See Also