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

FloatGroup.SetWindowTaskbarTitle(DependencyObject, String) Method

Sets the value of the FloatGroup.WindowTaskbarTitle attached property for a specific object.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public static void SetWindowTaskbarTitle(
    DependencyObject dObj,
    string value
)

Parameters

Name Type Description
dObj DependencyObject

A DependencyObject whose FloatGroup.WindowTaskbarTitle attached property is to be set.

value String

A new value of the FloatGroup.WindowTaskbarTitle attached property for the specified object.

See Also