FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ValidateEditEventArgs Class / Checkbox Property

In This Topic
    Checkbox Property (ValidateEditEventArgs)
    In This Topic
    If the cell contains a checkbox, the new checkbox state about to be applied to the cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Checkbox As CheckEnum
    public CheckEnum Checkbox {get;}
    See Also