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.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
String | A string specifying the target class’ property name which returns a IFileData object. |
See Also