GridControl.SetSelectedItemUnboundColumnValue(String, Object) Method
Sets the value of the specified unbound column value in the selected item.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
fieldName | String | A String value that specifies the column’s field name. |
value | Object | An object that represents the specified cell’s new value. |
See Also