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.v18.2.dll

Declaration

public bool ShowAsNullText { get; set; }

Property Value

Type Description
Boolean

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

See Also