UploadAttachmentsRemoveButtonBehavior Property |
Specify the default behavior when user click the remove button on an attachment item
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic AttachmentItemBehavior RemoveButtonBehavior { get; set; }
Public Property RemoveButtonBehavior As AttachmentItemBehavior
Get
Set
<asp:UploadAttachments RemoveButtonBehavior="AttachmentItemBehavior" />
Property Value
Type:
AttachmentItemBehavior
See Also