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

UnboundDataSource.Change(Int32, String) Method

Changes an item with the specified index.

Namespace: DevExpress.Xpf.Core.DataSources

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

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