Back to Devexpress

DefaultBarItemNames.ReLayoutPartsTreeBottomToTop Field

corelibraries-devexpress-dot-diagram-dot-core-dot-defaultbaritemnames-88fb5a8c.md

latest1.4 KB
Original Source

DefaultBarItemNames.ReLayoutPartsTreeBottomToTop Field

Returns “bReLayoutPartsTreeBottomToTop”. Corresponds to the Bottom To Top item that is contained within the Re-Layout Subordinates ribbon menu. It allows end-users to apply the tree layout algorithm with the LayoutDirection.BottomToTop direction.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public const string ReLayoutPartsTreeBottomToTop = "bReLayoutPartsTreeBottomToTop"
vb
Public Const ReLayoutPartsTreeBottomToTop As String = "bReLayoutPartsTreeBottomToTop"

Field Value

Type
String

See Also

DefaultBarItemNames Class

DefaultBarItemNames Members

DevExpress.Diagram.Core Namespace