Back to Devexpress

Spin Editor Elements

aspnet-11121-components-data-editors-aspxspinedit-visual-elements.md

latest3.1 KB
Original Source

Spin Editor Elements

  • Dec 19, 2024

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

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.

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

CharacteristicsMembers
VisibilitySpinButtons.ShowLargeIncrementButtons
AppearanceASPxSpinEdit.LargeDecrementButtonStyle,ASPxSpinEdit.LargeIncrementButtonStyle
LayoutSpacing, EditButton.Position
ImagesSpinButtons.LargeDecrementImage,SpinButtons.LargeIncrementImage
WidthEditButton.Width
AvailabilityEditButton.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.

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

CharacteristicsMembers
VisibilitySpinButtons.ShowIncrementButtons
AppearanceASPxSpinEditBase.DecrementButtonStyle,ASPxSpinEditBase.IncrementButtonStyle
LayoutSpacing, EditButton.Position
ImagesSpinButtons.DecrementImage,SpinButtons.IncrementImage
WidthEditButton.Width
AvailabilityEditButton.Enabled