Skip to main content
A newer version of this page is available. .

ThumbnailButton.Visible Property

Gets or sets whether the button is visible.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the button is visible; otherwise, false.

See Also