Skip to main content
A newer version of this page is available. .

CustomColumnDisplayTextEventArgs.ShowAsNullText Property

Specifies whether text corresponding to a null value appears faded.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool ShowAsNullText { get; set; }

Property Value

Type Description
Boolean

true, to fade the null text; otherwise, false.

See Also