WindowsUIButton Class
A Custom Button in the WindowsUI View. A button in the WindowsUIButtonPanel control.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
public class WindowsUIButton :
BaseButton,
IButton,
IBaseButton,
IDisposable,
IButtonProperties,
ISupportGroupUpdate,
IHeaderButton,
ISupportCommandBinding
Remarks
Along with Custom Navigation Bar Actions, you can add Custom Buttons to your Content Containers. Custom Buttons are WindowsUIButton class objects stored in the container’s BaseContentContainer.Buttons collection:
See the WindowsUI Buttons topic to learn more.
Not only do DocumentManager-based applications implement the WindowsUIButtons functionality, you can also use WindowsUIButtons within stand-alone containers in any application you want.
See the WindowsUI Button Panel topic for more info.
Inheritance
Object
DevExpress.XtraEditors.ButtonPanel.BaseButton
WindowsUIButton
See Also