Skip to main content

UnboundDataSource.Change(Int32, String) Method

Changes an item with the specified index.

Namespace: DevExpress.Xpf.Core.DataSources

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public void Change(
    int row,
    string propertyName = null
)

Parameters

Name Type Description
row Int32

An integer value that is the index of the item to be changed.

Optional Parameters

Name Type Default Description
propertyName String null

A String value that is the name of the item’s property.

See Also