Skip to main content
Tab

ASPxCaptcha.DisabledRefreshButtonStyle Property

Gets the style properties for the captcha control’s refresh button in disabled state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual RefreshButtonStyle DisabledRefreshButtonStyle { get; }

Property Value

Type Description
RefreshButtonStyle

A RefreshButtonStyle object defining the appearance of the refresh button.

See Also