Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / TooltipTextFormatted Property


In This Topic
    TooltipTextFormatted Property (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property TooltipTextFormatted As Java.Lang.ICharSequence
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Java.Lang.ICharSequence
     
    instance.TooltipTextFormatted = value
     
    value = instance.TooltipTextFormatted
    public virtual Java.Lang.ICharSequence TooltipTextFormatted {get; set;}
    See Also