ToolTipFreePosition.DockTargetName Property
For internal use. Supports serialization of the ToolTipFreePosition.DockTarget property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty]
public string DockTargetName { get; set; }
Property Value
Type | Description |
---|---|
String | A String value that is the name of a dock target. |
Remarks
This property is hidden and intended for internal use only. Normally you don’t need to use it.
See Also