Back to Devexpress

DataViewBase.BorderBrush Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-9589ea4d.md

latest1.1 KB
Original Source

DataViewBase.BorderBrush 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 Brush BorderBrush { get; set; }
vb
<Browsable(False)>
Public Property BorderBrush As Brush

Property Value

Type
Brush

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace