FlexGrid for WinRT
SetErrorTip Method

C1FlexGrid that contains the cell.
Windows.UI.Xaml.Controls.Border element that contains the cell content.
String that contains the error description.
Sets an error tooltip on a cell, honoring the grid's ErrorStyle property.
Syntax
'Declaration
 
Protected Sub SetErrorTip( _
   ByVal grid As C1FlexGrid, _
   ByVal cell As Windows.UI.Xaml.Controls.Border, _
   ByVal err As System.String _
) 
protected void SetErrorTip( 
   C1FlexGrid grid,
   Windows.UI.Xaml.Controls.Border cell,
   System.string err
)

Parameters

grid
C1FlexGrid that contains the cell.
cell
Windows.UI.Xaml.Controls.Border element that contains the cell content.
err
String that contains the error description.
Remarks
The background of the error tooltip is set to the grid's ErrorStyle.BorderBrush property; the font family and size are also set to the corresponding properties in the grid's ErrorStyle property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellFactory Class
CellFactory Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback