Skip to main content

TreeListCustomColumnDisplayTextEventArgs.ShowAsNullText Property

Specifies whether text corresponding to a null value appears faded.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: 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