Skip to main content
Bar

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.v14.2.dll

#Declaration

[XtraSerializableProperty]
public Dock? UserArrowAlignment { get; set; }

#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