Skip to main content

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.v23.2.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