Skip to main content
A newer version of this page is available. .

XafDataView.Remove(Object) Method

This method is required to provide IList support. It always throws a NotSupportedException because the list represented by XafDataView is readonly (see the Exceptions section of the IList.Remove Method topic).

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public void Remove(
    object obj
)

Parameters

Name Type
obj Object
See Also