Skip to main content
All docs
V23.2

ColumnDisplayTextArgs(Object, String, Int32, Object, String, Boolean) Constructor

Initializes a new instance of the ColumnDisplayTextArgs class with specified settings.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public ColumnDisplayTextArgs(
    object item,
    string fieldName,
    int sourceIndex,
    object value,
    string displayText,
    bool showAsNullText
)

Parameters

Name Type Description
item Object

A record in a data source.

fieldName String

The current field name.

sourceIndex Int32

The index of the processed record in a data source.

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