ButtonVisibility
Enum
Specifies possible options for when a button should be visible.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum ButtonVisibility
Fields
The button should be collapsed.
C#
Collapsed = 0
The button should be hidden when it is disabled.
C#
HiddenWhenDisabled = 3
The button should be visible.
C#
Visible = 1
The button should be visible when the mouse is over the control.
C#
VisibleOnMouseOver = 2