Back to Devexpress

DefaultBarItemNames.Panes Field

corelibraries-devexpress-dot-diagram-dot-core-dot-defaultbaritemnames-fc4b4fad.md

latest1.9 KB
Original Source

DefaultBarItemNames.Panes Field

Returns “bPanes”. Corresponds to the Panes ribbon menu item that allows end-users to show or hide the Shapes and Properties panels.

Namespace : DevExpress.Diagram.Core

Assembly : DevExpress.Diagram.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public const string Panes = "bPanes"
vb
Public Const Panes As String = "bPanes"

Field Value

Type
String

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Panes field.

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-diagram-mdi/CS/MainWindow.xaml#L118

xml
</dxb:InsertAction>
    <dxb:RemoveAction ElementName="{x:Static dxdiag:DefaultBarItemNames.Panes}" />
</dxb:ControllerBehavior>

See Also

DefaultBarItemNames Class

DefaultBarItemNames Members

DevExpress.Diagram.Core Namespace