Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Navigation

#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