[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Behavior

Behavior Property

Behavior

Gets or sets the behavior when clicking the SideButtonInfo.

Declaration
public SideButtonBehavior Behavior { get; set; }
Public Property Behavior As SideButtonBehavior
Property Value
Type Description
SideButtonBehavior

A SideButtonBehavior enumeration, SpinUp means clicking the SideButtonInfo, causes spin up behavior, SpinDown means clicking the SideButtonInfo, causes spin down behavior.

Remarks

When set to SpinUp, the Text property is changed to "+", and the Interval property is changed to 60. When set to SpinDown, the Text property is changed to "-", and the Interval property is changed to 60. When set to None, the Text property is changed to Empty, and the Interval property is changed to 0.