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

XafDataView.Insert(Int32, 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.Insert Method topic).

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public void Insert(
    int index,
    object obj
)

Parameters

Name Type
index Int32
obj Object

Remarks

;

See Also