FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ValidateEditEventArgs Class
Properties


In This Topic
    ValidateEditEventArgs Class Members
    In This Topic

    The following tables list the members exposed by ValidateEditEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ValidateEditEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the edit operation should be canceled.  
    Public PropertyIf the cell contains a checkbox, the new checkbox state about to be applied to the cell.  
    Public PropertyGets the column index of the cell being edited.  
    Public PropertyGets or sets a value describing a reason why validation of editor value failed.  
    Public PropertyGets the row index of the cell being edited.  
    Top
    See Also