This question is locked. New answers and comments are not allowed.
I'm trying to take effect of the RadToggleButton control to show (style) like GridViewToggleRowDetailsColumn (with + sign) Is there a way to do it.
I tried this:
<
telerik:RadToggleButton
Content
=
"+"
Margin
=
"5"
Height
=
"19"
Width
=
"18"
/>
But it's not look like the same...
What should I do?