ASPxSpinEditBase.CustomButtonsPosition Property
Specifies the position of custom control buttons relative to the input element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
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