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

TrackBarProperties.ValueToolTipStyle Property

Gets the style settings which define the value tooltip appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public TrackBarValueToolTipStyle ValueToolTipStyle { get; }

Property Value

Type Default Description
TrackBarValueToolTipStyle String.Empty

A TrackBarValueToolTipStyle object that contains style settings.

Remarks

Note

The ValueToolTipStyle property synchronizes its value with the editor’s ASPxTrackBar.ValueToolTipStyle property.

See Also