Skip to main content

FloatGroup.GetWindowTaskbarTitle(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static string GetWindowTaskbarTitle(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

A DependencyObject whose FloatGroup.WindowTaskbarTitle property value should be returned.

Returns

Type Description
String

A String value representing the FloatGroup.WindowTaskbarTitle property value assigned to the specified DependencyObject. null (Nothing in VB) if no value is assigned.

See Also