ASPxClientCheckBox.GetCheckState Method
In This Article
Returns a value which specifies a check box checked state.
#Declaration
TypeScript
GetCheckState(): string
#Returns
Type | Description |
---|---|
string | A string value matches one of the Check |
#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