Class DisabledButtonsBehavior
Behavior of the button that represent some commands that are not allowed.
Inheritance
System.Object
DisabledButtonsBehavior
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class DisabledButtonsBehavior : Enum
Fields
Collapse
Completely hides the button.
Declaration
public const DisabledButtonsBehavior Collapse
Field Value
Type |
---|
DisabledButtonsBehavior |
Disable
Shows button in a disabled state.
Declaration
public const DisabledButtonsBehavior Disable
Field Value
Type |
---|
DisabledButtonsBehavior |
Hide
Makes disabled button invisible, but does not change the layout - button will look as an empty space.
Declaration
public const DisabledButtonsBehavior Hide
Field Value
Type |
---|
DisabledButtonsBehavior |