Back to Devexpress

ChartControlSettings.EnableClientSideAPI Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-d27654d9.md

latest1.3 KB
Original Source

ChartControlSettings.EnableClientSideAPI Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool EnableClientSideAPI { get; set; }
vb
Public Property EnableClientSideAPI As Boolean

Property Value

TypeDescription
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

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace