Enum ButtonVisibility
Specifies possible options for when a button should be visible.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum ButtonVisibility
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.