Skip to main content

DataGridView.ClearCollection(String, XtraItemEventArgs) Method

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public bool ClearCollection(
    string propertyName,
    XtraItemEventArgs e
)

#Parameters

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

#Returns

Type
Boolean
See Also