Skip to main content

CellControl.BottomBorderThickness Property

Gets or sets the width of the bottom cell border. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public double BottomBorderThickness { get; set; }

Property Value

Type Description
Double

A Double value which specifies the border width in pixels.

See Also