Back to Devexpress

FilterEditorControl.PanelAlignment Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-3fe83688.md

latest1.9 KB
Original Source

FilterEditorControl.PanelAlignment Property

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

Namespace : DevExpress.DataAccess.UI

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

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
[DefaultValue(Orientation.Vertical)]
public Orientation PanelAlignment { get; set; }
vb
<DefaultValue(Orientation.Vertical)>
Public Property PanelAlignment As Orientation

Property Value

TypeDefaultDescription
OrientationVertical

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.

See Also

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace