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

TreeListCustomColumnDisplayTextEventArgs.ShowAsNullText Property

Specifies whether text corresponding to a null value appears faded.

Namespace: DevExpress.Xpf.Grid.TreeList

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

Declaration

public bool ShowAsNullText { get; set; }

Property Value

Type Description
Boolean

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

See Also