ASPxPopupMenu.EnableClientSideAPI Property
In This Article
OBSOLETE
The client-side API is always available for this control.
Gets or sets a value that specifies whether the popup menu can be manipulated on the client side via code.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("The client-side API is always available for this control.", true)]
public bool EnableClientSideAPI { get; set; }
#Property Value
Type |
---|
Boolean |
See Also