Skip to main content

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

NuGet Package: DevExpress.Win.Scheduler

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