Back to Devexpress

DefaultBarItemNames.ReLayoutTreeTopToBottom Field

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

latest1.4 KB
Original Source

DefaultBarItemNames.ReLayoutTreeTopToBottom Field

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

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public const string ReLayoutTreeTopToBottom = "bReLayoutTreeTopToBottom"
vb
Public Const ReLayoutTreeTopToBottom As String = "bReLayoutTreeTopToBottom"

Field Value

Type
String

See Also

DefaultBarItemNames Class

DefaultBarItemNames Members

DevExpress.Diagram.Core Namespace