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

CustomButtonsPosition Enum

Lists values specifying the position of custom control buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum CustomButtonsPosition

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).

See Also