Enum ButtonsVisibility
Specifies possible options for when the buttons should be visible.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum ButtonsVisibility
Collapsed
The buttons should be collapsed.
HiddenWhenDisabled
The buttons should be hidden when it is disabled.
Visible
The buttons should be visible.
VisibleOnMouseOver
The buttons should be visible when the mouse is over the control.