Skip to main content
All docs
V23.2

UnboundColumnNodeArgs(Object, IEnumerable<Object>, String, Boolean, Object) Constructor

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public UnboundColumnNodeArgs(
    object item,
    IEnumerable<object> path,
    string fieldName,
    bool isGetData,
    object value
)

Parameters

Name Type
item Object
path IEnumerable<Object>
fieldName String
isGetData Boolean
value Object
See Also