CustomizeCell event is used to allow more advanced cell customization.
The event handler receives an argument of type CustomizeCellEventArgs containing data related to this event. The following CustomizeCellEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cell | Gets the cell that is going to be displayed by the AdvancedList. |
| Data | Gets or sets cell data to by displayed. |
| DataRow | Gets the data row for the current cell. |
This event allows you to modify cells. To allow this event for the given cell, set CustomizeCell to true.
Arguments for this event are of type CustomizeCellEventArgs.
AdvancedList Class | Resco.Controls.AdvancedList Namespace