Skip to main content

ThumbnailButton.DismissOnClick Property

Gets or sets whether a click on this button automatically closes the live thumbnail preview.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool DismissOnClick { get; set; }

Property Value

Type Default Description
Boolean false

true if the live thumbnail preview is automatically closed on clicking the button; otherwise, false.

See Also