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 CheckOnClickset to True, its Checked property specifies whether it is "On" or "Off".
aspx:
Thanks Shinu for your quick response. i need more than two states. The toggle state should depend on a enum value coming from the database.
The image should vary for each toggle state. Button Type = "Toggle" satisfies my requirement but I am unable to use it in toolBar. Is there any easy way of achieving this?