ListBoxItemTextCellPreparedEventArgs(ListEditItem, ListBoxColumn, TableCell) Constructor
Initializes a new instance of the ListBoxItemTextCellPreparedEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ListBoxItemTextCellPreparedEventArgs(
ListEditItem item,
ListBoxColumn column,
TableCell textCell
)
Parameters
Name | Type | Description |
---|---|---|
item | ListEditItem | A ListEditItem object representing an item related to the event. |
column | ListBoxColumn | A ListBoxColumn object that owns a cell that is about to be processed. |
textCell | TableCell | A TableCell control representing the processed cell. |
See Also