Skip to main content

CustomizeCellDisplayTextEventArgs() Constructor

Initializes a new instance of the CustomizeCellDisplayTextEventArgs class.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public CustomizeCellDisplayTextEventArgs()

Remarks

Instances of the CustomizeCellDisplayTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also