UploadAttachmentsHideNoItemTable Property |
Gets or sets a value indicating whether [hide no item table].
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic bool HideNoItemTable { get; set; }
Public Property HideNoItemTable As Boolean
Get
Set
<asp:UploadAttachments HideNoItemTable="True|False" />
Property Value
Type:
Booleantrue if [hide no item table]; otherwise,
false.
See Also