Skip to main content
All docs
V25.1
  • 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.v25.1.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