MindFusion.Wpf Pack Programmer's Guide
DataGrid.CellBorderThickness Property
See Also
 





Gets or sets the border thickness of the cells in the grid. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public Thickness CellBorderThickness { get; set; }

Visual Basic  Copy Code

Public Property CellBorderThickness As Thickness

 Property Value

A WPF Thickness.

 See Also

DataGrid Members
DataGrid Class
MindFusion.DataViews.Wpf Namespace