Skip to main content

UnboundSource.Change(Int32, String) Method

Changes the specified value.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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