DataControlBase.UpdateUnboundColumnValues(Int32) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value which identifies the row. |
See Also