Skip to main content

DataGridView.BeforeDeserializeCollection(String, XtraItemEventArgs) Method

In This Article

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public void BeforeDeserializeCollection(
    string propertyName,
    XtraItemEventArgs e
)

#Parameters

Name Type
propertyName String
e DevExpress.Utils.Serializing.XtraItemEventArgs
See Also