Back to Devexpress

CardView.SeparatorThickness Property

wpf-devexpress-dot-xpf-dot-grid-dot-cardview-bc087c93.md

latest1.2 KB
Original Source

CardView.SeparatorThickness Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Double

A Double value that specifies the thickness of card separators.

|

Remarks

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

See Also

CardView Class

CardView Members

DevExpress.Xpf.Grid Namespace