Back to Devexpress

NavigationPane.ButtonsPanel Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-c31a9264.md

latest1.2 KB
Original Source

NavigationPane.ButtonsPanel Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IButtonsPanel ButtonsPanel { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ButtonsPanel As IButtonsPanel

Property Value

Type
DevExpress.XtraEditors.ButtonPanel.IButtonsPanel

See Also

NavigationPane Class

NavigationPane Members

DevExpress.XtraBars.Navigation Namespace