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

ThemedWindow.ShowIcon Property

Gets or sets whether or not a window’s icon is displayed. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool ShowIcon { get; set; }

Property Value

Type Description
Boolean

true, to display a window’s icon; otherwise, false.

Remarks

When the ThemedWindow.ShowBackButton property is set to true, the window icon is hidden (i.e., the ShowIcon property returns false).

See Also