Back to Devexpress

RibbonControl.IsApplicationIconVisible Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-3b15c576.md

latest1.6 KB
Original Source

RibbonControl.IsApplicationIconVisible Property

Gets whether the application icon 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 IsApplicationIconVisible { get; protected set; }
vb
Public Property IsApplicationIconVisible As Boolean

Property Value

TypeDescription
Boolean

true if the application icon is visible; otherwise, false.

|

Remarks

When the RibbonControl resides within a DXRibbonWindow and the Office2010 paint style is applied, the window displays the application icon at the left top corner:

To change the application icon, use the DXRibbonWindow.Icon property.

See Also

RibbonStyle

DXRibbonWindow

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace