Skip to main content
A newer version of this page is available. .

WindowsUIButton Class

A Custom Button in the WindowsUI View. A button in the WindowsUIButtonPanel control.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public class WindowsUIButton :
    BaseButton,
    IButton,
    IButtonProperties,
    IBaseButton,
    IDisposable,
    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:

DocumentManager - WindowsUI Buttons

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.

Win8ButtonsPanel

See the WindowsUI Button Panel topic for more info.

The following code snippets (auto-collected from DevExpress Examples) contain references to the WindowsUIButton class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DevExpress.XtraEditors.ButtonPanel.BaseButton
WindowsUIButton
See Also