Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

StatusStrip equivalent

What is the DevExpress equivalent for StatusStrip?

I need just a line which to shows me a sting - I don't need any ribboncontrols or something like this...

like image 457
Dominating Avatar asked Mar 11 '26 13:03

Dominating


1 Answers

An equivalent is the StatusBar from the XtraBars Suite. When you drop the BarManager onto a form, it will create a couple of toolbars in the top of the form and the statusBar on the bottom.

like image 67
DevExpress Team Avatar answered Mar 13 '26 01:03

DevExpress Team