[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SymbolButtonInfo.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 SymbolButtonInfo, causes spin up behavior, SpinDown means clicking the SymbolButtonInfo, causes spin down behavior.

Remarks
When set to SpinUp, the Symbol property is changed to Arrow, the SymbolDirection property is changed to Up, and the Interval property is changed to 60. When set to SpinDown, the Symbol property is changed to Arrow, the SymbolDirection property is changed to Down, and the Interval property is changed to 60. When set to SpinDown, the Symbol property is changed to None, the SymbolDirection property is changed to Left, and the Interval property is changed to 0.