FlexGrid for WinForms
TracksSelection Property (C1FlexGridRenderer)



Gets a value that determines whether this renderer tracks the selection to paint highlighted column and row headers.
Syntax
'Declaration
 
Public Overridable ReadOnly Property TracksSelection As Boolean
'Usage
 
Dim instance As C1FlexGridRenderer
Dim value As Boolean
 
value = instance.TracksSelection
public virtual bool TracksSelection {get;}
public:
virtual property bool TracksSelection {
   bool get();
}
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

C1FlexGridRenderer Class
C1FlexGridRenderer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback