Checked Property
Gets or sets a value indicating whether this AttachmentItem is checked.
[Visual Basic]
Public Property Checked As Boolean
Public Property Checked As Boolean
[C#]
public bool Checked {get; set;}
public bool Checked {get; set;}
Property Value
true if checked; otherwise, false.
AttachmentItem Class | CuteWebUI Namespace