BarSplitButtonItemLink.UserArrowAlignment Property
Gets or sets the Down Arrow button’s position for the current link. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<Dock> | The Down Arrow button’s position for the current link. |
Remarks
The default Down Arrow button’s position is specified by the BarSplitButtonItem.ArrowAlignment property. Use the UserArrowAlignment property to override the Down Arrow button’s position for the current link.
See Also