ButtonKind Enum
Lists values that specify a button’s behavior.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Members
Name | Description |
---|---|
Simple
|
Represents a simple button. The Button |
Repeat
|
Represents the repeat button. The Button |
Toggle
|
Represents a toggle button. Clicking a button toggles its state (pressed or released). |
Round
|
Represents a round button. The Button |
#Related API Members
The following properties accept/return ButtonKind values:
#Remarks
The values listed by this enumeration are used to set the ButtonInfo.ButtonKind property’s value.