Skip to main content

CustomizeCellDisplayTextEventArgs Class

Provides data for the DataGridView.CustomizeCellDisplayText event.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public class CustomizeCellDisplayTextEventArgs :
    EventArgs

#Remarks

The grid raises the CustomizeCellDisplayText event for each cell. You can use it to specify a custom text to be displayed within any cell. The CustomizeCellDisplayTextEventArgs class provides the Index property that identifies the processed cell. To obtain the text the cell currently displays or replace this text with a custom string, use the DisplayText property.

#Inheritance

Object
EventArgs
CustomizeCellDisplayTextEventArgs
See Also