Back to Devexpress

CustomizeCellDisplayTextEventArgs Class

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-5edf7726.md

latest1.9 KB
Original Source

CustomizeCellDisplayTextEventArgs Class

Provides data for the DataGridView.CustomizeCellDisplayText event.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
public class CustomizeCellDisplayTextEventArgs :
    EventArgs

CustomizeCellDisplayTextEventArgs is the data class for the following events:

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

CustomizeCellDisplayTextEventArgs Members

DevExpress.XamarinForms.DataGrid Namespace