Skip to main content
.NET 6.0+

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.v23.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