Back to Devexpress

LightweightCellEditor.BorderBrush Property

wpf-devexpress-dot-xpf-dot-grid-dot-lightweightcelleditor-303c8e4b.md

latest1.1 KB
Original Source

LightweightCellEditor.BorderBrush Property

Gets or sets the brush used to paint the borders of cells. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Brush BorderBrush { get; set; }
vb
Public Property BorderBrush As Brush

Property Value

TypeDescription
Brush

A Brush value.

|

See Also

LightweightCellEditor Class

LightweightCellEditor Members

DevExpress.Xpf.Grid Namespace