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

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.v19.1.dll

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