Skip to main content
All docs
V23.2

ColumnDisplayTextArgs.ShowAsNullText Property

Specifies whether text corresponding to a null value appears faded.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public bool ShowAsNullText { get; set; }

Property Value

Type Description
Boolean

true to fade the null text; otherwise, false.

See Also