Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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