Skip to main content
Tab

TrackBarProperties.SelectedItemStyle Property

Gets the style settings that define the selected item appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
TrackBarTickStyle String.Empty

A TrackBarTickStyle object that contains style settings.

Remarks

Note

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

Note

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

See Also