NodeDisplayTextArgs(Object, IEnumerable<Object>, String, Object, String, Boolean) Constructor
In This Article
Initializes a new instance of the NodeDisplayTextArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
public NodeDisplayTextArgs(
object item,
IEnumerable<object> path,
string fieldName,
object value,
string displayText,
bool showAsNullText
)
#Parameters
Name | Type | Description |
---|---|---|
item | Object | A record in a data source. |
path | IEnumerable<Object> | A path to the processed node. This path starts with the processed node and includes all its parent nodes. |
field |
String | The current field name. |
value | Object | The processed cell’s value. |
display |
String | The text displayed in the processed cell. |
show |
Boolean | Specifies whether text corresponding to a null value appears faded. |
See Also