Skip to main content
Tab

TrackBarProperties.ItemStyle Property

Gets the style settings that define the item‘s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
TrackBarTickStyle String.Empty

A TrackBarTickStyle object that contains style settings.

Remarks

Note

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

See Also