CallbackStateLoadEventArgs.GetPropertyValue(String) Method
Returns a value for the specified property on the WebChartControl.CallbackStateLoad event.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v25.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
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