ButtonSettings.Checked Property
In This Article
Gets or sets a value indicating whether the button is in the checked state.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#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