MoreButton.GoUp Property
Obsolete. Gets or sets whether the button is directed up. Use the MoreButton.DirectionUp property instead.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[Obsolete("Use MoreButton.DirectionUp property instead.", false)]
public bool GoUp { get; set; }
<Obsolete("Use MoreButton.DirectionUp property instead.", False)>
Public Property GoUp As Boolean
Property Value
Type |
---|
Boolean |
Remarks
Use the MoreButton.DirectionUp property instead.
See Also
Feedback