Skip to main content
A newer version of this page is available. .

CardView.SeparatorThickness Property

Gets or sets the thickness of card separators. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public double SeparatorThickness { get; set; }

Property Value

Type Description
Double

A Double value that specifies the thickness of card separators.

Remarks

To hide card separators, set the SeparatorThickness property to 0.

See Also