BCGControlBar Library for .NET
SelectionBorderColor Property (GridControl)




Gets or sets a color of selection border.
Syntax
'Declaration
 
Public Property SelectionBorderColor As Color
'Usage
 
Dim instance As GridControl
Dim value As Color
 
instance.SelectionBorderColor = value
 
value = instance.SelectionBorderColor
public Color SelectionBorderColor {get; set;}
public: __property Color get_SelectionBorderColor();
public: __property void set_SelectionBorderColor( 
   Color value
);
public:
property Color SelectionBorderColor {
   Color get();
   void set (    Color value);
}

Property Value

Selection border is drawn around selected cell (s). When SelectionBorderAppearance is set to GridSelectionBorderAppearance.NoBorder or GridSelectionBorderAppearance.Inverted, this property is ignored.
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

GridControl Class
GridControl Members

Send Feedback