RowControl.RowFitBorderBrush Property
Gets or sets the brush used to draw the row fit border.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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.
See Also