C1.Win.C1List.ListBase Namespace / C1ListBase Class / FormatText Event

FormatText Event (C1ListBase)
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
 
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