Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SliderBase.Ticks Property

Gets the period of time that it takes for an ImageSlider object to switch from one image to another.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[DefaultValue(7000000L)]
public long Ticks { get; }

#Property Value

Type Default Description
Int64 7000000

An Int64 value, indicating how many ticks it takes to switch to another image.

#Remarks

Use the SliderBase.AnimationTime property to change the time required to switch to another image.

See Also