CustomButtonsPosition Enum
Lists values specifying the position of custom control buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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). |
Related API Members
The following properties accept/return CustomButtonsPosition values:
See Also