Skip to main content

DXAxisHintOptions.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
DXAxisBase
.HintOptions .ClassHandle
DXAxisX
.HintOptions .ClassHandle
DXDateTimeAxisX
.HintOptions .ClassHandle
DXNumericAxisX
.HintOptions .ClassHandle
DXNumericAxisY
.HintOptions .ClassHandle
DXQualitativeAxisX
.HintOptions .ClassHandle
See Also