ColumnDisplayTextArgs(Object, String, Int32, Object, String, Boolean) Constructor
In This Article
Initializes a new instance of the ColumnDisplayTextArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.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. |
field |
String | The current field name. |
source |
Int32 | The index of the processed record in a data source. |
value | Object | The processed cell’s value. |
display |
String | The text displayed in the processed cell. |
show |
Boolean | Specifies whether text corresponding to a null value appears faded. |
See Also