Back to Devexpress

DataViewBase.BorderThickness Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-280dedb6.md

latest1.1 KB
Original Source

DataViewBase.BorderThickness Property

This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public Thickness BorderThickness { get; set; }
vb
<Browsable(False)>
Public Property BorderThickness As Thickness

Property Value

Type
Thickness

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace