GridAttachmentColumnFileNameTextField Property |
Gets or sets the name of the field bound to the file name of the attachment.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string FileNameTextField { get; set; }
Public Overridable Property FileNameTextField As String
Get
Set
public:
virtual property String^ FileNameTextField {
String^ get ();
void set (String^ value);
}
abstract FileNameTextField : string with get, set
override FileNameTextField : string with get, set
Property Value
Type:
String
See Also