GridControl.SetSelectedItemUnboundColumnValue(GridColumnBase, Object) Method
In This Article
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
public void SetSelectedItemUnboundColumnValue(
GridColumnBase column,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
column | Grid |
A Grid |
value | Object | An object that represents the specified cell’s new value. |
See Also