DXRepeatButton.Interval Property
In This Article
Gets or sets the time between the repeated clicks.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP("$DevExpress.WinUI.Core.Internal.DPHelper.DefaultRepeatInterval", Handler = "OnRepeatSettingsChanged")]
public int Interval { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The time, in milliseconds, between the repeated clicks. |
See Also