Skip to main content

DXPieSeriesHintOptions.ClassHandle Property

The handle for this class.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public override IntPtr ClassHandle { get; }

Property Value

Type Description
IntPtr

The pointer to the Objective-C class.

Property Paths

You can access this nested property as listed below:

Object Type Path to ClassHandle
DXDonutSeries
.HintOptions .ClassHandle
DXPieSeries
.HintOptions .ClassHandle
See Also