Items Property (C1CheckList)
In This Topic
Gets the collection of items in this
C1CheckList.
Syntax
'Declaration
<C1CategoryAttribute("Data")>
<C1DescriptionAttribute("C1CheckList.Items", "Gets the collection of items in this C1CheckList.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<EditorAttribute("C1.Win.TreeView.Design.C1CheckListItemCollectionEditor", System.Drawing.Design.UITypeEditor)>
Public ReadOnly Property Items As C1CheckListItemCollection
[C1Category("Data")]
[C1Description("C1CheckList.Items", "Gets the collection of items in this C1CheckList.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Editor("C1.Win.TreeView.Design.C1CheckListItemCollectionEditor", System.Drawing.Design.UITypeEditor)]
public C1CheckListItemCollection Items {get;}
See Also