Skip to main content

ThumbnailButton.Visible Property

Gets or sets whether the button is visible.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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