Skip to main content

RowDataBase.UnboundData Property

Gets the row’s unbound values.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[P(null, Handler = "$() => RaisePropertyChanged(UnboundDataArgs)")]
public IDictionary<string, object> UnboundData { get; }

Property Value

Type Description
IDictionary<String, Object>

A dictionary where each field name corresponds to the row’s unbound value.

See Also