ButtonKind Enum
Lists values that specify a button's behavior.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v19.2.dll
Declaration
Members
Name |
Description |
Repeat |
Represents the repeat button. The ButtonInfo.Click event is repeatedly fired until a button is released.
|
Round |
Represents a round button. The ButtonInfo.Click event is fired each time a button is clicked.
|
Simple |
Represents a simple button. The ButtonInfo.Click event is fired each time a button is clicked.
|
Toggle |
Represents a toggle button. Clicking a button toggles its state (pressed or released).
|
See Also
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...