Skip to main content

DataControlBase.UpdateUnboundColumnValues(Int32) Method

Updates unbound column values in the specified row.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public void UpdateUnboundColumnValues(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An integer value which identifies the row.

See Also