FilterEditorControl.PanelAlignment Property
Specifies the relative alignment of the FilterEditorControl's "Visual" and "Text" panels.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v20.2.UI.dll
Declaration
[DefaultValue(Orientation.Vertical)]
public Orientation PanelAlignment { get; set; }
<DefaultValue(Orientation.Vertical)>
Public Property PanelAlignment As Orientation
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
Feedback