Hi Vaneeth,
RadToolBarButton supports use as a two-state button, where the button can be "on" (checked) or "off". To enable a button as a two-state button, set its
CheckOnClick property to
True. When a button has
CheckOnClick set to
True, its
Checked property specifies whether it is "On" or "Off".
aspx:
Thanks,
Shinu.