Skip to main content

VisualNavigationButton.Direction Property

Gets or sets a value specifying the direction of arrows within navigation buttons.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public NavigationDirection Direction { get; set; }
Public Property Direction As NavigationDirection

Property Value

Type Description
NavigationDirection

A DevExpress.Xpf.Scheduler.Drawing.NavigationDirection enumeration value.

Remarks

Normally, you don't need to use this property unless you need to create a custom template for navigation buttons.

See Also