UnboundColumnDataArgs(Object, String, Boolean, Object) Constructor
Initializes a new instance of the UnboundColumnDataArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
public UnboundColumnDataArgs(
object item,
string fieldName,
bool isGetData,
object value
)
Parameters
| Name | Type |
|---|---|
| item | Object |
| fieldName | String |
| isGetData | Boolean |
| value | Object |
See Also