Skip to main content

ShowingEditorEventArgs(Int32, String, Object) Constructor

Initializes a new instance of the ShowingEditorEventArgs class with specified settings.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public ShowingEditorEventArgs(
    int rowHandle,
    string fieldName,
    object item
)

Parameters

Name Type Description
rowHandle Int32

An integer that specifies a row handle.

fieldName String

A string that specifies a field name.

item Object

An object that specifies a record in the grid’s underlying data source.

See Also