Back to Devexpress

DxSpinButtons Members

blazor-devexpress-dot-blazor-dot-dxspinbuttons-dot-underscore-members.md

latest4.1 KB
Original Source

DxSpinButtons Members

Spin buttons that allow you to increase and decrease a value (can be added to the DxSpinEdit<T> only).

Constructors

NameDescription
DxSpinButtons()Initializes a new instance of the DxSpinButtons class.

Properties

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the spin buttons.
CssClassAssigns a CSS class to the spin buttons.
DownButtonIconCssClassSpecifies the CSS class for the down button’s icon.
DownButtonIdSpecifies the down button’s unique identifier.
DownButtonTooltipSpecifies the down button’s tooltip.
EnabledSpecifies whether the buttons are enabled.
OrientationSpecifies how to arrange spin buttons (horizontally or vertically).
PositionSpecifies the button position in the editor.
UpButtonIconCssClassSpecifies the CSS class for the up button’s icon.
UpButtonIdSpecifies the up button’s unique identifier.
UpButtonTooltipSpecifies the up button’s tooltip.
VisibleSpecifies whether the buttons are visible.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DxSpinButtons Class

DevExpress.Blazor Namespace