CardView.SeparatorThickness Property
Gets or sets the thickness of card separators. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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