ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / FormatText Event

In This Topic
    FormatText Event (C1Combo)
    In This Topic
    Fires when the list is about to display cell data in a column whose NumberFormat property is set.
    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 row index for the cell to be formatted.  
    The value to format.  
    See Also