Skip to main content

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.v25.2.dll

NuGet Package: DevExpress.Persistent.Base

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