BorderRightColor Property (DDCell)
In This Topic
Gets or sets the color of the right border of the cell.
Syntax
'Declaration
Public Property BorderRightColor As Color
public Color BorderRightColor {get; set;}
Property Value
A
System.Drawing.Color representing the color of the cell's right border.
See Also