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

TrackBarProperties.EqualTickMarks Property

Gets or sets a value that specifies whether or not all tick marks are of the same size.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool EqualTickMarks { get; set; }

Property Value

Type Default Description
Boolean **false**

true to equalize tick marks; otherwise, false.

Remarks

Note

If the TrackBarProperties.ScalePosition property is equal to None, the EqualTickMarks property is not in effect.

Note

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

See Also