[]
        
Specifies how the text tip of a cell in the view is displayed, and also how the cell note is displayed.
public enum TextTipPolicy
  Public Enum TextTipPolicy
  | Name | Description | 
|---|---|
| Fixed | Aligns it to the top-left corner of the cell for which it appears at any time  | 
      
| FixedFocusOnly | Aligns it to the top-left corner of the cell for which it appears only when the control has the focus  | 
      
| Floating | Aligns it to the pointer location at any time  | 
      
| FloatingFocusOnly | Aligns it to the pointer location only when the control has the focus  | 
      
| Off | Does not display the text tip  |