Skip to main content

RowControl.RowFitBorderBrush Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public Brush RowFitBorderBrush { get; set; }

Property Value

Type Description
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.

WPF_Grid_RowControl_RowFitBorder

See Also