GridControl.SetUnboundColumnValue(Int32, GridColumnBase, Object) Method
In This Article
Sets the value of the specified unbound column cell.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public void SetUnboundColumnValue(
int rowHandle,
GridColumnBase column,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | A zero based integer value that specifies the handle of the row which contains the cell. |
column | Grid |
A Grid |
value | Object | An object that represents the cell’s new value. |
See Also