[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinButtonStyle

SpinButtonStyle Property

SpinButtonStyle

Gets or sets a Style which used to render GrapeCity.Windows.InputMan.Primitives.SpinButton. This is a dependency property.

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

A Style value used to set spin button's properties.

Remarks

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

Examples

The following code provides an example of using DropDownButtonStyle and SpinButtonStyle properties.