EnumButtonVisibility
Enum
Specifies possible options for when a button should be visible.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public enum ButtonVisibility
Fields
Collapsed
The button should be collapsed.
HiddenWhenDisabled
The button should be hidden when it is disabled.
Visible
The button should be visible.
VisibleOnMouseOver
The button should be visible when the mouse is over the control.