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.v14.2.dll

#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.

#Passed To

You can pass MaximizedElementPosition values to the FlowLayoutControl.MaximizedElementPosition property.

#Remarks

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

See Also