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.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Brush NullTextForeground { get; set; }

Property Value

Type Description
Brush

A Brush used to render the null text.

See Also