ASPxMenuBase.IsChildSelected(MenuItem) Method
Specifies whether the specified menu item contains a selected item among all its children.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | MenuItem | A MenuItem object that specifies the required menu item. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also