FilterEditorControl.PanelAlignment Property
In This Article
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 Filter |
#Remarks
The figure below illustrates a FilterEditorControl with both Vertical and Horizontal PanelAlignment property values. The default alignment is Vertical.
See Also