Skip to main content
Tab

CustomButtonsPosition Enum

Lists values specifying the position of custom control buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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