Skip to main content

CallbackStateSaveEventArgs.SetPropertyValue(String, Object) Method

Sets a new value for the specified property on the WebChartControl.CallbackStateSave event.

Namespace: DevExpress.XtraCharts.Web

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public void SetPropertyValue(
    string propertyName,
    object value
)

Parameters

Name Type Description
propertyName String

A String which specifies the name of the property.

value Object

An object which specifies the new property value.

Remarks

To get a value of a particular property, use the CallbackStateLoadEventArgs.GetPropertyValue method.

See Also