Version

BeforeDisplayDataErrorTooltipEventArgs Class Properties

For a list of all members of this type, see BeforeDisplayDataErrorTooltipEventArgs members.

Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyColumnIf 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.  
Public PropertyDataErrorInfoAssociated IDataErrorInfo instance.  
Public PropertyRowReturns the row for which the data error tool tip is being displayed.  
Public PropertyTooltipTextGets or sets the text that will be displayed in the data error tooltip.  
See Also