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

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.

Inheritance

Object
DevExpress.XtraEditors.ButtonPanel.BaseButton
WindowsUIButton
See Also