Click or drag to resize
AttachmentItemChecked Property
Gets or sets a value indicating whether this AttachmentItem is checked.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public bool Checked { get; set; }

Property Value

Type: Boolean
true if checked; otherwise, false.
See Also