Back to Devexpress

RibbonControl.ShowApplicationButton Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-edab4d78.md

latest4.5 KB
Original Source

RibbonControl.ShowApplicationButton Property

Gets or sets whether the Application Button is visible. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool ShowApplicationButton { get; set; }
vb
Public Property ShowApplicationButton As Boolean

Property Value

TypeDescription
Boolean

true if the Application Button is visible; otherwise, false.

|

Remarks

See Application Button to learn more.

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

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.

wpf-spreadsheet-assign-custom-in-place-editors/CS/WpfSpreadsheet_CustomCellEditors/MainWindow.xaml#L1166

xml
<DockPanel>
    <dxr:RibbonControl x:Name="ribbonControl1" DockPanel.Dock="Top" ShowApplicationButton="False">
        <dxr:RibbonControl.ToolbarItemLinks>

wpf-spreadsheet-bind-spreadsheet-to-ms-sql-server-database/CS/WpfSpreadsheet_BindToDataSource/MainWindow.xaml#L1187

xml
<DockPanel>
    <dxr:RibbonControl x:Name="ribbonControl1" DockPanel.Dock="Top" ShowApplicationButton="False" RibbonStyle="Office2010">
        <dxr:RibbonControl.ToolbarItemLinks>

wpf-scheduler-use-entity-framework-to-bind-to-data/CS/DXSample/MainWindow.xaml#L19

xml
RibbonStyle="Office2019"
                   ShowApplicationButton="False" />
<dxr:RibbonStatusBarControl DockPanel.Dock="Bottom"/>

wpf-spreadsheet-bind-a-worksheet-to-generic-list-or-bindinglist-data-source/CS/DataBindingToListExample/MainWindow.xaml#L544

xml
<DockPanel>
    <dxr:RibbonControl x:Name="ribbonControl1" DockPanel.Dock="Top" MinimizationButtonVisibility="Collapsed" RibbonStyle="Office2010" ShowApplicationButton="False">
        <dxr:RibbonDefaultPageCategory>

wpf-scheduler-disable-resource-colorization/CS/DXSample/MainWindow.xaml#L20

xml
RibbonStyle="Office2019"
               ShowApplicationButton="False">
<dxr:RibbonPageCategory Caption="Appearance">

See Also

ApplicationButtonLargeIcon

ApplicationButtonSmallIcon

ApplicationButtonText

Ribbon Menu

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace