UploadAttachmentsTableHeaderTemplate Property |
Gets or sets the table header template.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic string TableHeaderTemplate { get; set; }
Public Property TableHeaderTemplate As String
Get
Set
<asp:UploadAttachments TableHeaderTemplate="String" />
Property Value
Type:
StringThe table header template.
See Also