DisplayTextArgs(Object, String, Object, String) Constructor
Initializes a new instance of the DisplayTextArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | Object | A record in a data source. |
| fieldName | String | The current field name. |
| value | Object | The processed cell’s value. |
| displayText | String | The text displayed in the processed cell. |
See Also