Skip to main content

CardView.SeparatorThickness Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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