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

ASPxSpinEditBase.CustomButtonsPosition Property

Specifies the position of custom control buttons relative to the input element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(CustomButtonsPosition.Near)]
public CustomButtonsPosition CustomButtonsPosition { get; set; }

Property Value

Type Default Description
CustomButtonsPosition **Near**

One of the CustomButtonsPosition enumeration values.

Available values:

Name Description
Near

Custom control buttons are displayed near the input element (before default buttons).

Far

Custom control buttons are displayed far from the input element (after default buttons).

See Also