WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DisabledButtonsBehavior

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved