GridControl.SetSelectedItemUnboundColumnValue(GridColumnBase, Object) Method
Sets the value of the specified unbound column cell contained within the selected row.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumnBase | A GridColumnBase object representing the unbound column that contains the cell. |
value | Object | An object that represents the specified cell’s new value. |
See Also