FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Node Class / Checked Property

In This Topic
    Checked Property (Node)
    In This Topic
    Gets or sets the checkbox value associated with this node.
    Syntax
    'Declaration
     
    
    Public Property Checked As CheckEnum
    public CheckEnum Checked {get; set;}
    See Also