EditFormPage(DataGridView, Object, DataTemplate) Constructor
In This Article
Initializes a new instance of the EditFormPage class with specified settings.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public EditFormPage(
DataGridView dataGridView,
object item,
DataTemplate template = null
)
#Parameters
Name | Type |
---|---|
data |
Data |
item | Object |
#Optional Parameters
Name | Type | Default |
---|---|---|
template | Data |
null |
See Also