Skip to main content

Spin Editor Elements

This topic describes the visible ASPxSpinEdit elements. Each section contains a screenshot and a brief overview of the element’s function.

ASPxSpinEdit_visual_elements_Overview

The following visual elements are available.

Large Increment Buttons

The Large Increment Buttons change the current editor’s value with a large step that is defined by the ASPxSpinEdit.LargeIncrement property value.

ASPxSpinEdit_visual_elements_Large_Inc_Buttons

The table below lists the main members that affect element appearance and functionality.

Characteristics Members
Visibility SpinButtons.ShowLargeIncrementButtons
Appearance ASPxSpinEdit.LargeDecrementButtonStyle,ASPxSpinEdit.LargeIncrementButtonStyle
Layout SpinButtons.HorizontalSpacing, EditButton.Position
Images SpinButtons.LargeDecrementImage,SpinButtons.LargeIncrementImage
Width EditButton.Width
Availability EditButton.Enabled

Small Increment Buttons

The Small Increment Buttons change the current editor’s value with a step that is defined by the ASPxSpinEdit.Increment property value.

ASPxSpinEdit_visual_elements_Small_Inc_Buttons

The table below lists the main members that affect element appearance and functionality.

Characteristics Members
Visibility SpinButtons.ShowIncrementButtons
Appearance ASPxSpinEditBase.DecrementButtonStyle,ASPxSpinEditBase.IncrementButtonStyle
Layout SpinButtons.HorizontalSpacing, EditButton.Position
Images SpinButtons.DecrementImage,SpinButtons.IncrementImage
Width EditButton.Width
Availability EditButton.Enabled