Back to Devexpress

ASPxClientCheckBox.GetCheckState Method

aspnet-js-aspxclientcheckbox-f290248f.md

latest1022 B
Original Source

ASPxClientCheckBox.GetCheckState Method

Returns a value which specifies a check box checked state.

Declaration

ts
GetCheckState(): string

Returns

TypeDescription
string

A string value matches one of the CheckState enumeration values.

|

Remarks

Use the GetCheckState method to determine a check box check state (the ASPxCheckBox.CheckState property value) on the client side. To specify the check state on the client side, use the ASPxClientCheckBox.SetCheckState method.

See Also

CheckState

SetCheckState(checkState)

Check Box

ASPxClientCheckBox Class

ASPxClientCheckBox Members