Skip to main content
Tab

ASPxMenuBase.IsContentCallback Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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