Xceed Grid for WinForms v4.3 Documentation
BottomBorderWidth Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridPaintEventArgs Class : BottomBorderWidth Property
Gets the width needed to draw the bottom border (if one is required) of the DetailGrid objects.
Syntax
'Declaration
 
Public ReadOnly Property BottomBorderWidth As Integer
'Usage
 
Dim instance As GridPaintEventArgs
Dim value As Integer
 
value = instance.BottomBorderWidth
public int BottomBorderWidth {get;}

Property Value

A value representing the width (length) needed to draw the bottom border (if one is required) of the DetailGrid objects during calls to the VisualGridElement.PaintBorders method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridPaintEventArgs Class
GridPaintEventArgs Members