ListBoxItemTextCellPreparedEventArgs Properties
Provides data for the editor’s ItemTextCellPrepared event.Name | Description |
---|---|
Column | Gets the column that owns a cell that is about to be processed. |
Item | Gets an item object related to the event. |
TextCell | Gets the currently processed cell of the editor. |
See Also