Back to Devexpress

CustomColumnDisplayTextEventArgs.ShowAsNullText Property

wpf-devexpress-dot-xpf-dot-grid-dot-customcolumndisplaytexteventargs-9c558556.md

latest1.1 KB
Original Source

CustomColumnDisplayTextEventArgs.ShowAsNullText Property

Specifies whether text corresponding to a null value appears faded.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowAsNullText { get; set; }
vb
Public Property ShowAsNullText As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CustomColumnDisplayTextEventArgs Class

CustomColumnDisplayTextEventArgs Members

DevExpress.Xpf.Grid Namespace