Skip to main content

ButtonSettings.Checked Property

Gets or sets a value indicating whether the button is in the checked state.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool Checked { get; set; }

Property Value

Type Description
Boolean

true if the button is checked; otherwise, false.

Remarks

Use the Checked property to determine the checked status of the button. Changing a button’s checked state by an end-user invokes the ASPxClientButton.CheckedChanged event.

See Also