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

GridControl.BorderThickness Property

Gets or sets the thickness of the GridControl’s border. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

[Browsable(false)]
public Thickness BorderThickness { get; set; }

Property Value

Type Description
Thickness

Specifies the GridControl’s border thickness in pixels.

See Also