[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButton.Behavior

Behavior Property

Behavior

Gets or sets the behavior when click the SideButton.

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

A SideButtonBehavior enumeration, SpinUp means when click the SideButton, it will do spin up behavior, SpinDown means when click the SideButton, it will do spin down behavior.

Remarks

When set as SpinUp, Text property will be forced changed to "+", Interval property will be forced changed to 60. When set as SpinDown, Text property will be forced changed to "-", Interval property will be forced changed to 60. When set as None, Text property will be forced changed to Empty, Interval property will be forced changed to 0.