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

TrackBarProperties.TrackStyle Property

Gets the style settings which define the track appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TrackBarTrackElementStyle TrackStyle { get; }

Property Value

Type Description
TrackBarTrackElementStyle

A TrackBarTrackElementStyle object that contains style settings.

Remarks

Note

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

See Also