DropDownEditPropertiesBase.CustomButtonsPosition Property
In This Article
Specifies the position of custom control buttons relative to the input element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(CustomButtonsPosition.Near)]
public CustomButtonsPosition CustomButtonsPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Custom |
Near | One of the Custom |
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