Skip to main content
A newer version of this page is available. .

MoreButton.GoUp Property

OBSOLETE

Use DirectionUp property instead.

Gets or sets whether the button is directed up. Use the MoreButton.DirectionUp property instead.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Obsolete("Use MoreButton.DirectionUp property instead.", false)]
public bool GoUp { get; set; }

Property Value

Type
Boolean

Remarks

Use the MoreButton.DirectionUp property instead.

See Also