Hello all!
Whats it's the right method to get All RadPane in RadDocking?.
This is not correct:
thanks in advance :)
Whats it's the right method to get All RadPane in RadDocking?.
This is not correct:
foreach (RadSplitContainer iRadSplitContainer in p_RadDocking.Items) { if (iRadSplitContainer.Tag.ToString() == p_SplitContainerName) { foreach (RadPaneGroup iRadPaneGroup in iRadSplitContainer.Items) { foreach (RadPane iRadPane in iRadPaneGroup.Items) { //Do something
} } } }thanks in advance :)