CheckedItems Property (CheckedListBox)

Action

Gets or sets the names of the checked item(s).

Syntax

C#
protected List(Of ItemIdentifier) CheckedItems { get; set; }
VB
'Declaration
Protected ReadWrite Property CheckedItems As List(Of ItemIdentifier)

Access

Read and write.