Skip to main content

ButtonInfo.ClickMode Property

Gets or sets when the ButtonInfo.Click event occurs. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(ClickMode.Press)]
public ClickMode ClickMode { get; set; }

Property Value

Type Description
ClickMode

One of the ClickMode enumeration values.

See Also