Skip to main content
A newer version of this page is available. .
Tab

EditorStyles.IncrementButtonStyle Property

OBSOLETE

Use the SpinEditIncrementButton property instead.

Gets the style settings used to represent the spin editor’s increment buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the SpinEditIncrementButton property instead.")]
public virtual SpinButtonStyle IncrementButtonStyle { get; }

Property Value

Type Description
SpinButtonStyle

A SpinButtonStyle object that contains style settings.

See Also