True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1TrueDBDropdown Class / OnFormatText Method

In This Topic
    OnFormatText Method (C1TrueDBDropdown)
    In This Topic
    Occurs when the grid is about to display cell data in a column whose NumberFormat property is set to the string FormatText Event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnFormatText( _
       ByVal e As FormatTextEventArgs _
    ) 
    protected override void OnFormatText( 
       FormatTextEventArgs e
    )

    Parameters

    e
    See Also