Hi,
I use the CommandBar with two CommandBarDropDownList items and I attach the SelectedIndexChanged event.
In the event handler I want to cast the sender object to the CommandBarDropDownList, but this doesn't work, because the sender is a type of RadDropDownListElement.
I need the Tag property from the CommandBarDropDownList item, because I use it in my following code.
If I cast the sender object to the RadDropDownListElement, the Tag property is null!
Is this a bug?
Regards
Marco
I use the CommandBar with two CommandBarDropDownList items and I attach the SelectedIndexChanged event.
In the event handler I want to cast the sender object to the CommandBarDropDownList, but this doesn't work, because the sender is a type of RadDropDownListElement.
I need the Tag property from the CommandBarDropDownList item, because I use it in my following code.
If I cast the sender object to the RadDropDownListElement, the Tag property is null!
Is this a bug?
Regards
Marco