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.v18.2.dll

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