DataViewBase.SearchPanelHorizontalAlignment Property
In This Article
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 |
---|---|
Horizontal |
A Horizontal |
#Remarks
To learn more, see Search Panel.
See Also