Back to Devexpress

DXWindow.ShowIcon Attached Property

wpf-devexpress-dot-xpf-dot-core-dot-dxwindow-28d9abba.md

latest2.3 KB
Original Source

DXWindow.ShowIcon Attached Property

Gets or sets whether a window’s icon is displayed.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

See GetShowIcon(DependencyObject) and SetShowIcon(DependencyObject, Boolean).

Returns

TypeDescription
Boolean

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

|

The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowIcon attachedproperty.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-dxtabcontrol-customize-header-footer-and-control-box-areas/CS/DXTabControlExample/MainWindow.xaml#L6

xml
xmlns:v="clr-namespace:DXTabControlExample.View"
ShowIcon="False" TabbedWindowMode="Normal"
Title="Tab Control Customization Areas" Height="620" Width="950">

wpf-pivot-grid-obtain-underlying-data/CS/ObtainUnderlyingData/MainWindow.xaml#L21

xml
<Setter Property="Width" Value="600" />
<Setter Property="ShowIcon" Value="False" />
<Setter Property="ShowInTaskbar" Value="False" />

See Also

DXWindow Class

DXWindow Members

DevExpress.Xpf.Core Namespace