Skip to main content

CustomizeCellDisplayTextEventHandler Delegate

A method that will handle the DataGridView.CustomizeCellDisplayText event.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public delegate void CustomizeCellDisplayTextEventHandler(
    object sender,
    CustomizeCellDisplayTextEventArgs e
);

Parameters

Name Type
sender Object
e CustomizeCellDisplayTextEventArgs
See Also