Skip to main content
A newer version of this page is available. .

CellControl.LeftBorderThickness Property

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

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public double LeftBorderThickness { get; set; }

Property Value

Type Description
Double

A Double value which specifies the border width in pixels.

See Also