Skip to main content

RefreshButtonProperties.Position Property

Gets or sets the refresh button position within the captcha control.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(ControlPosition.Bottom)]
public ControlPosition Position { get; set; }

Property Value

Type Default Description
ControlPosition Bottom

A ControlPosition enumeration value that specifies the position of the editor’s refresh button.

Available values:

Name Description
Left

The element is displayed on the left side of the control’s area.

Right

The element is displayed on the right side of the control’s area.

Top

The element is displayed at the top of the control’s area.

Bottom

The element is displayed at the bottom of the control’s area.

See Also