Skip to main content

LightweightCellEditorBase.Foreground Property

Gets or sets the foreground color. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public Brush Foreground { get; set; }

Property Value

Type Description
Brush

A Color value representing the foreground color.

See Also