GS
Gopalakrishnan S
Syncfusion Team
December 14, 2006 10:04 PM UTC
Hi Sagittarian,
Thanks for using Syncfusion products. Please use the following code for access the goupbarItem.
Here is the code snippet:
private void groupBar1_GroupBarItemSelected(object sender, EventArgs e)
{
GroupBar gbar = sender as GroupBar;
if(gbar.GroupBarItems[gbar.SelectedItem].Text =="GroupBarItem1")
MessageBox.Show("GroupBarItem1");
}
Please let me know if you have any other queries.
Regards,
S.Gopal.