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