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

FloatGroup.GetWindowTaskbarIcon(DependencyObject) Method

Returns the value of the FloatGroup.WindowTaskbarIcon 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 ImageSource GetWindowTaskbarIcon(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

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

Returns

Type Description
ImageSource

An ImageSource value representing the FloatGroup.WindowTaskbarIcon property value assigned to the specified DependencyObject. null (Nothing in VB) if no value is assigned.

See Also