Back to Devexpress

BaseEdit.IsNullTextVisible Property

wpf-devexpress-dot-xpf-dot-editors-dot-baseedit-f22f59c7.md

latest1.2 KB
Original Source

BaseEdit.IsNullTextVisible Property

Gets whether the null text is displayed within the editor. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsNullTextVisible { get; }
vb
Public ReadOnly Property IsNullTextVisible As Boolean

Property Value

TypeDescription
Boolean

true if the editor displays the null text; otherwise, false.

|

Remarks

To learn more, see BaseEdit.NullValue and BaseEdit.ShowNullText.

See Also

BaseEdit Class

BaseEdit Members

DevExpress.Xpf.Editors Namespace