DXRepeatButton.Delay Property
In This Article
Gets or sets the time between when a user presses the button and the button starts to repeat the click action.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP("$DevExpress.WinUI.Core.Internal.DPHelper.DefaultRepeatDelay", Handler = "OnRepeatSettingsChanged")]
public int Delay { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The time, in milliseconds, between when a user presses the button and the button starts to repeat the click action. |
See Also