ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetRowErrorInfo Event

In This Topic
    GetRowErrorInfo Event (C1FlexPivotGrid)
    In This Topic
    Fires when C1.Win.C1FlexGrid.C1FlexGridBase.ShowErrors is set to true and the control needs error information for a row.
    Syntax
    'Declaration
     
    Public Event GetRowErrorInfo As GetErrorInfoEventHandler
    public event GetErrorInfoEventHandler GetRowErrorInfo
    Event Data

    The event handler receives an argument of type GetErrorInfoEventArgs containing data related to this event. The following GetErrorInfoEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the index of the column that may contain errors (or -1 if checking for row errors).  
    Gets or sets a message that describes the error.  
    Gets the index of the row that may contain errors.  
    See Also