[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Visible

Visible Property

Visible

Gets or sets the visibility of the side button.

Declaration
public ButtonVisibility Visible { get; set; }
Public Property Visible As ButtonVisibility
Property Value
Type Description
ButtonVisibility

A ButtonVisibility enumeration that indicates the visibility settings for the side button.
The default is ShowAlways.

Remarks

The Visible property determines whether the SideButtonBase is visible, always shown, shown only if the container control gets focus, or never shown.