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


In This Topic
    GridErrorEventArgs Class Members
    In This Topic

    The following tables list the members exposed by GridErrorEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GridErrorEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the column index of the cell where the error was detected.  
    Public PropertyGets the Exception object that contains information about the error.  
    Public PropertyGets or sets a value indicating whether the error situation has been handled by the control.  
    Public PropertyGets the row index of the cell where the error was detected.  
    Top
    See Also