NodeDisplayTextArgs(Object, IEnumerable<Object>, String, Object, String, Boolean) Constructor
Initializes a new instance of the NodeDisplayTextArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v25.1.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. |
| fieldName | String | The current field name. |
| value | Object | The processed cell’s value. |
| displayText | String | The text displayed in the processed cell. |
| showAsNullText | Boolean | Specifies whether text corresponding to a null value appears faded. |
See Also