Skip to main content
A newer version of this page is available. .

FilterEditorControl.PanelAlignment Property

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

Namespace: DevExpress.DataAccess.UI

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

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