The following tables list the members exposed by BeforeDisplayDataErrorTooltipEventArgs.
Name | Description | |
---|---|---|
BeforeDisplayDataErrorTooltipEventArgs Constructor | Constructor. |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
Column | If the data error tooltip is being displayed for a row (when the user hovers over the the data error icon on the row selector), the Column will be null. If the data error tooltip is being displayed for a cell then this property will return the associated column. | |
DataErrorInfo | Associated IDataErrorInfo instance. | |
Row | Returns the row for which the data error tool tip is being displayed. | |
TooltipText | Gets or sets the text that will be displayed in the data error tooltip. |