Xceed DataGrid for Silverlight Documentation
ValidationErrorToolTipContentTemplate Property (EditableCell)


Gets or sets the data template used to display the content of the validation-error tooltip.
Syntax
'Declaration
 
Public Property ValidationErrorToolTipContentTemplate As DataTemplate
'Usage
 
Dim instance As EditableCell
Dim value As DataTemplate
 
instance.ValidationErrorToolTipContentTemplate = value
 
value = instance.ValidationErrorToolTipContentTemplate
public DataTemplate ValidationErrorToolTipContentTemplate {get; set;}

Property Value

The DataTemplate used to display the content of the ValidationErrorToolTip. By default, a null reference (Nothing in Visual Basic)
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

EditableCell Class
EditableCell Members

Send Feedback