dbicList Send comments on this topic.
Checked Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiNodeItem Class : Checked Property

Determines whether the node item is in a checked state.

Syntax

Visual Basic (Declaration) 
Public Property Checked As Boolean
C# 
public bool Checked {get; set;}

Property Value

Boolean

Remarks

Only applicable to nodes that are set as checkboxes.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also