Skip to main content

MaximizedElementPosition Enum

Contains values that specify the position of the maximized element, relative to other items within a FlowLayoutControl.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public enum MaximizedElementPosition

Members

Name Description
Left

The FlowLayoutControl.MaximizedElement is displayed to the left of the layer, where other items of the FlowLayoutControl are arranged.

Top

The FlowLayoutControl.MaximizedElement is displayed above the layer, where other items of the FlowLayoutControl are arranged.

Right

The FlowLayoutControl.MaximizedElement is displayed to the right of the layer, where other items of the FlowLayoutControl are arranged.

Bottom

The FlowLayoutControl.MaximizedElement is displayed below the layer, where other items of the FlowLayoutControl are arranged.

Related API Members

The following properties accept/return MaximizedElementPosition values:

Remarks

Use the FlowLayoutControl.MaximizedElementPosition property to specify the position of the maximized element relative to other items within a FlowLayoutControl.

See Also