Back to Devexpress

NavBarAppearances.NavPaneContentButton Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarappearances-7aefd6d1.md

latest1.8 KB
Original Source

NavBarAppearances.NavPaneContentButton Property

Gets the appearance settings used to paint the Content Button.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public AppearanceObject NavPaneContentButton { get; }
vb
Public ReadOnly Property NavPaneContentButton As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object that contains appearance settings.

|

Remarks

The content button is shown in the image below:

To specify the appearance settings used to paint the content button when it is pressed, hot-tracked or released, use the NavBarAppearances.NavPaneContentButtonPressed, NavBarAppearances.NavPaneContentButtonHotTracked and NavBarAppearances.NavPaneContentButtonHotTracked properties.

See Also

NavBarAppearances Class

NavBarAppearances Members

DevExpress.XtraNavBar Namespace