True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / FormatText Event

In This Topic
    FormatText Event (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
     
    Public Event FormatText As FormatTextEventHandler
    public event FormatTextEventHandler FormatText
    Event Data

    The event handler receives an argument of type FormatTextEventArgs containing data related to this event. The following FormatTextEventArgs properties provide information specific to this event.

    PropertyDescription
    Indicates the position in the Columns collection.  
    The C1DataColumn object.  
    The row index for the cell to be formatted.  
    The value to format.  
    See Also