[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.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

The style is used to spin button when it's rendered.

Remarks

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

Examples

The following code provides an example of using SpinButtonStyle property.