Skip to main content
A newer version of this page is available. .
Tab

ListBoxItemTextCellPreparedEventArgs(ListEditItem, ListBoxColumn, TableCell) Constructor

Initializes a new instance of the ListBoxItemTextCellPreparedEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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