Skip to main content

DataViewBase.SearchPanelHorizontalAlignment Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[CloneDetailMode(CloneDetailMode.Skip)]
[XtraSerializableProperty]
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