GridAttachmentColumnAttachmentDataField Property |
Gets or sets the name of the data field from the column's data source where the binary attachment data is stored.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string AttachmentDataField { get; set; }
Public Overridable Property AttachmentDataField As String
Get
Set
public:
virtual property String^ AttachmentDataField {
String^ get ();
void set (String^ value);
}
abstract AttachmentDataField : string with get, set
override AttachmentDataField : string with get, set
Property Value
Type:
String
See Also