Enum DisabledButtonsBehavior
Behavior of the button that represent some commands that are not allowed.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum DisabledButtonsBehavior
Fields
| Name | Description |
|---|---|
| Collapse | Completely hides the button. |
| Disable | Shows button in a disabled state. |
| Hide | Makes disabled button invisible, but does not change the layout - button will look as an empty space. |