ASPxClientMenuItem.GetChecked Method
In This Article
Indicates whether the menu item is checked.
#Declaration
TypeScript
GetChecked(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
This method is in effect only if the item’s MenuItem.GroupName property is set.
See Also