Back to Devexpress

CustomButtonsPosition Enum

aspnet-devexpress-dot-web-6cc86817.md

latest1.4 KB
Original Source

CustomButtonsPosition Enum

Lists values specifying the position of custom control buttons.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum CustomButtonsPosition
vb
Public Enum CustomButtonsPosition

Members

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

|

The following properties accept/return CustomButtonsPosition values:

See Also

DevExpress.Web Namespace