Skip to main content
.NET 6.0+

XafDataView.Add(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.Add Method topic).

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public int Add(
    object obj
)

Parameters

Name Type
obj Object

Returns

Type
Int32
See Also