Skip to main content
Tab

EditorStyles.LargeIncrementButtonStyle Property

OBSOLETE

Use the SpinEditLargeIncrementButton property instead.

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Description
SpinButtonStyle

A SpinButtonStyle object that contains style settings.

See Also