[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinButtonStyle

SpinButtonStyle Property

SpinButtonStyle

Gets or sets the spin button style which used when spin button is rendered.

Declaration
[Bindable(true)]
public Style SpinButtonStyle { get; set; }
<Bindable(True)>
Public Property SpinButtonStyle As Style
Property Value
Type Description
Style

A Style value used for spin button.

Remarks

For spin button, user can only set the properties through this property. User can set the spin button's visual, layout and behavior.

Examples

The following code provides an example of using GrapeCity.Windows.InputMan.GcNumber.DropDownButtonStyle and GrapeCity.Windows.InputMan.GcNumber.SpinButtonStyle properties.