KaxFileBrowserUpload Property |
Gets a reference to the upload component, which shows inside a popup window when the user wants to upload files.
RemarksIf you want to set the allowed file types or max upload file size, please use the Configuration property
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxUpload Upload { get; }
Public ReadOnly Property Upload As KaxUpload
Get
public:
property KaxUpload^ Upload {
KaxUpload^ get ();
}
member Upload : KaxUpload with get
Property Value
Type:
KaxUpload
See Also