Skip to main content
All docs
V25.1
  • NodeDisplayTextArgs.ShowAsNullText Property

    Specifies whether text corresponding to a null value appears faded.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.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