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

NavBarSettings.EnableClientSideAPI Property

Gets or sets a value that specifies whether the extension to which this NavBarSettings object is passed can be manipulated on the client side via code.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool EnableClientSideAPI { get; set; }

Property Value

Type Description
Boolean

true if an extension’s client object model is fully available; false if no programmatic interface is available for the extension on the client side.

See Also