SpreadsheetSettings.EnableClientSideAPI Property
Gets or sets a value that specifies whether the extension to which this SpreadsheetSettings object is passed can be manipulated on the client side via code.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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