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

FloatGroup.WindowTaskbarTitle Attached Property

Gets or sets a title 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
String

A string value that specifies the title 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