Skip to main content
Tab

ASPxTrackBar.ValueToolTipStyle Property

Gets the style settings which define the value tooltip appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual TrackBarValueToolTipStyle ValueToolTipStyle { get; }

Property Value

Type Description
TrackBarValueToolTipStyle

A TrackBarValueToolTipStyle object that contains style settings.

Remarks

This property is a wrapper of the TrackBarProperties.ValueToolTipStyle property.

See Also