AttachmentItemChecked Property |
Gets or sets a value indicating whether this
AttachmentItem is checked.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic bool Checked { get; set; }
Public Property Checked As Boolean
Get
Set
<asp:AttachmentItem Checked="True|False" />
Property Value
Type:
Booleantrue if checked; otherwise,
false.
See Also