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

DataGridView.CustomizeCellDisplayText Event

Allows you to provide a custom display text for any data cell.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public event CustomizeCellDisplayTextEventHandler CustomizeCellDisplayText

Remarks

Use the CustomizeCellDisplayText event to display a custom text within any cell of the grid. The Index parameter allows you to obtain the processed cell. To get the cell’s current display text or replace it with a custom string, use the DisplayText parameter.

See Also