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

TrackBarProperties.SelectedTickStyle Property

Gets the style settings which define the selected Tick appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public TrackBarTickStyle SelectedTickStyle { get; }

Property Value

Type Default Description
TrackBarTickStyle String.Empty

A TrackBarTickStyle object that contains style settings.

Remarks

Note

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

Note

The specified style will be applied to the element only if the TrackBarProperties.ScaleLabelHighlightMode is enabled.

See Also