ButtonInfo.ButtonKind Property
In This Article
Gets a value that specifies the button’s behavior. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(ButtonKind.Simple, Handler = "UpdateActualTemplate")]
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). |
See Also