Skip to main content

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.v21.2.dll

NuGet Package: 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