Skip to main content

GridControl.SetUnboundColumnValue(Int32, GridColumnBase, Object) Method

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
rowHandle Int32

A zero based integer value that specifies the handle of the row which contains the cell.

column GridColumnBase

A GridColumnBase object representing the unbound column that contains the cell.

value Object

An object that represents the cell’s new value.

See Also