FilterEditorControl.PanelAlignment Property
Specifies the relative alignment of the FilterEditorControl‘s “Visual” and “Text” panels.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
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.
See Also