Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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