BCGControlBar Library for .NET
SelectionBorderAppearance Property




Gets or sets a value that specifies appearance of border that is drawn around selected cells.
Syntax
'Declaration
 
Public Property SelectionBorderAppearance As GridSelectionBorderAppearance
'Usage
 
Dim instance As GridControl
Dim value As GridSelectionBorderAppearance
 
instance.SelectionBorderAppearance = value
 
value = instance.SelectionBorderAppearance
public GridSelectionBorderAppearance SelectionBorderAppearance {get; set;}
public: __property GridSelectionBorderAppearance get_SelectionBorderAppearance();
public: __property void set_SelectionBorderAppearance( 
   GridSelectionBorderAppearance value
);
public:
property GridSelectionBorderAppearance SelectionBorderAppearance {
   GridSelectionBorderAppearance get();
   void set (    GridSelectionBorderAppearance value);
}
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