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.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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