Click or drag to resize
BtnBaseVisible Property
Gets or sets the visibility state of the button.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public virtual bool Visible { get; set; }

Property Value

Type: Boolean
true if the button is visible; false otherwise.
See Also