[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.GetErrorInfoEventArgs

GetErrorInfoEventArgs Class

Provides data for the GetCellErrorInfo and GetRowErrorInfo events.

Inheritance
GetErrorInfoEventArgs
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public class GetErrorInfoEventArgs : EventArgs

Constructors

Name Description
GetErrorInfoEventArgs(int, int)

Initializes a new instance of the GetErrorInfoEventArgs class.

Properties

Name Description
Col

Gets the index of the column that may contain errors (or -1 if checking for row errors).

ErrorText

Gets or sets a message that describes the error.

Row

Gets the index of the row that may contain errors.