Back to Devexpress

BandBase.BandSeparatorWidth Property

wpf-devexpress-dot-xpf-dot-grid-dot-bandbase-bfe3180d.md

latest1.4 KB
Original Source

BandBase.BandSeparatorWidth Property

Gets or sets a width of separators between bands that are placed within the current band. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double? BandSeparatorWidth { get; set; }
vb
Public Property BandSeparatorWidth As Double?

Property Value

TypeDescription
Nullable<Double>

A width of separators between bands that are placed within the current band.

|

Remarks

Refer to the Band Separators topic to learn more.

See Also

BandBase Class

BandBase Members

DevExpress.Xpf.Grid Namespace