3

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...

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Dominating
  • 2,890
  • 7
  • 25
  • 39

2 Answers2

4

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.

DevExpress Team
  • 11,338
  • 2
  • 24
  • 23
0

There is an StatusStrip too in Windows Forms. Please check Stack Overflow question Status bar in C# Windows Forms.

Community
  • 1
  • 1
AD.Net
  • 13,352
  • 2
  • 28
  • 47