FlexGrid for WinForms
TracksSelection Property (GridRendererSystem)



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

GridRendererSystem Class
GridRendererSystem Members

 

 


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

Send Feedback