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

FilterEditorControl.PanelAlignment Property

Specifies the relative alignment of the FilterEditorControl‘s “Visual” and “Text” panels.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v24.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

#Declaration

[DefaultValue(Orientation.Vertical)]
public Orientation PanelAlignment { get; set; }

#Property Value

Type Default Description
Orientation Vertical

An Orientation enumeration value that specifies the FilterEditorControl panels’ alignment.

#Remarks

The figure below illustrates a FilterEditorControl with both Vertical and Horizontal PanelAlignment property values. The default alignment is Vertical.

FilterEditorControl - Panel Alignment

See Also