ButtonInfo.ButtonKind Property
In This Article
Gets a value that specifies the button’s behavior. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ButtonKind ButtonKind { get; set; }
#Property Value
Type | Description |
---|---|
Button |
One of the Button |
Available values:
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 |
See Also