Skip to main content
A newer version of this page is available. .
Tab

ASPxMenuBase.IsChildSelected(MenuItem) Method

Specifies whether the specified menu item contains a selected item among all its children.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool IsChildSelected(
    MenuItem item
)

Parameters

Name Type Description
item MenuItem

A MenuItem object that specifies the required menu item.

Returns

Type Description
Boolean

true, if the specified menu item contains a selected menu item; otherwise, false.

See Also