Back to Devexpress

ButtonSettings.Checked Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-buttonsettings-1072ad7c.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool Checked { get; set; }
vb
Public Property Checked As Boolean

Property Value

TypeDescription
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

Button

CheckedChanged

ButtonSettings Class

ButtonSettings Members

DevExpress.Web.Mvc Namespace