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

DataViewBase.SearchPanelHorizontalAlignment Property

Gets or sets the Search Panel‘s alignment. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public HorizontalAlignment SearchPanelHorizontalAlignment { get; set; }

Property Value

Type Description
HorizontalAlignment

A HorizontalAlignment enumeration value that specifies the Search Panel’s horizontal alignment.

Remarks

To learn more, see Search Panel.

See Also