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

ASPxMenuBase.IsContentCallback Property

Gets a value that specifies whether a callback was sent by a menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public static bool IsContentCallback { get; }

Property Value

Type Description
Boolean

true if a callback was sent by a menu; otherwise, false.

See Also