Skip to main content
A newer version of this page is available. .

SuperToolTip.DistanceBetweenItems Property

Specifies the distance between tooltip items.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(6)]
public int DistanceBetweenItems { get; set; }

Property Value

Type Default Description
Int32 6

An integer which specifies the distance between tooltip items.

See Also