Back to Devexpress

RowControl.RowFitBorderBrush Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowcontrol-1e415541.md

latest1.4 KB
Original Source

RowControl.RowFitBorderBrush Property

Gets or sets the brush used to draw the row fit border.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Brush

A Brush object that is a brush used to draw the row fit border.

|

Remarks

Use the RowFitBorderBrush property to set the brush used to draw the row fit border.

The row fit border is drawn to the right of the rightmost column and is visible when the grid width exceeds the width of all grid columns.

See Also

RowControl Class

RowControl Members

DevExpress.Xpf.Grid Namespace