EditorStyles.LargeDecrementButtonStyle Property
OBSOLETE
Use the SpinEditLargeDecrementButton property instead.
Gets the style settings used to represent the spin editor’s large decrement button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete("Use the SpinEditLargeDecrementButton property instead.")]
public virtual SpinButtonStyle LargeDecrementButtonStyle { get; }
Property Value
Type | Description |
---|---|
SpinButtonStyle | A SpinButtonStyle object that contains style settings. |
See Also