Skip to main content
All docs
V23.2

GroupRowControl.RowFitBorderBrush Property

Gets or sets the brush that paints the group row fit border. 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 RowFitBorderBrush { get; set; }

Property Value

Type Description
Brush

The brush that paints the group row fit border.

Remarks

The GridControl displays the group row fit border if group rows contain group summaries aligned by columns and the grid width exceeds the width of all grid columns.

See Also