Skip to main content

ButtonSettings.EnableClientSideAPI Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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