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

TextEdit.NullTextForeground Property

Gets or sets the brush used to render the null text. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public Brush NullTextForeground { get; set; }

Property Value

Type Description
Brush

A Brush used to render the null text.

See Also