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

FloatGroup.WindowTaskbarIcon Attached Property

Gets or sets an icon displayed for the current float group in the Windows Taskbar. This is an attached property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

Returns

Type Description
ImageSource

An ImageSource object that specifies the icon displayed for the current float group in the Windows Taskbar.

Remarks

Floating panels display their image and caption in the taskbar preview.

Use the WindowTaskbarTitle and WindowTaskbarIcon attached properties to specify a different caption and image.

See Also