ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / Node Class / Checked Property

In This Topic
    Checked Property
    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