Skip to main content
All docs
V25.1
  • 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

    public DisplayTextArgs(
        object item,
        string fieldName,
        object value,
        string displayText
    )

    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