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

UnboundSource.Change(Int32, String) Method

Changes the specified value.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

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

Parameters

Name Type Description
row Int32

An integer row number containing the value to be changed.

Optional Parameters

Name Type Default Description
propertyName String *null*

A string which is the name of the property whose value should be changed.

See Also