Skip to main content

CallbackStateLoadEventArgs.GetPropertyValue(String) Method

Returns a value for the specified property on the WebChartControl.CallbackStateLoad event.

Namespace: DevExpress.XtraCharts.Web

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public object GetPropertyValue(
    string propertyName
)

Parameters

Name Type Description
propertyName String

A String which specifies the name of the property.

Returns

Type Description
Object

An object representing the property value.

Remarks

To set the value for a particular property, use the CallbackStateSaveEventArgs.SetPropertyValue method.

See Also