Back to Devexpress

UnboundSource.Add() Method

corelibraries-devexpress-dot-data-dot-unboundsource-b8c3039a.md

latest949 B
Original Source

UnboundSource.Add() Method

Adds a new row to the end of the UnboundSource list.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public int Add()
vb
Public Function Add As Integer

Returns

TypeDescription
Int32

An integer index of the new row.

|

See Also

UnboundSource Class

UnboundSource Members

DevExpress.Data Namespace