Hi
I want Change Node ForeColor In Node Formatting By Check Node Value. But I Get Value For Root Node Only.
Let Me Know How Can I Get All Node Value In Node Formatting PLS
TNXXXXXXXXXXXXX
private void RadTreeView1NodeFormatting(object sender, TreeNodeFormattingEventArgs e)
{
try
{
if (BSGroupRoleAccess.Cast<RoleAccess>().Any(x=>x.ID.ToString()==e.Node.Value.ToString()))
{
........
}
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
}
I want Change Node ForeColor In Node Formatting By Check Node Value. But I Get Value For Root Node Only.
Let Me Know How Can I Get All Node Value In Node Formatting PLS
TNXXXXXXXXXXXXX
private void RadTreeView1NodeFormatting(object sender, TreeNodeFormattingEventArgs e)
{
try
{
if (BSGroupRoleAccess.Cast<RoleAccess>().Any(x=>x.ID.ToString()==e.Node.Value.ToString()))
{
........
}
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
}