Skip to main content
All docs
V24.2

UnboundColumnRowArgs(Object, Int32, String, Boolean, Object) Constructor

In This Article

Initializes a new instance of the UnboundColumnRowArgs class with specified settings.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

#Declaration

public UnboundColumnRowArgs(
    object item,
    int sourceIndex,
    string fieldName,
    bool isGetData,
    object value
)

#Parameters

Name Type
item Object
sourceIndex Int32
fieldName String
isGetData Boolean
value Object
See Also