Articles in this section
Category / Section

How can I prevent the current record indicator from showing?

1 min read

The ShowIndicator property controls the visibility of the Current Record Indicator which is displayed in the Row Header. Setting this property to false will not show the Current Record Indicator. Please refer the below code snippet which illustrates this:

C#

this.GridGroupingControl1.ShowIndicator = false;

VB

Me.GridGroupingControl1.ShowIndicator = False

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied