FloatGroup.SetWindowTaskbarIcon(DependencyObject, ImageSource) Method
Sets the value of the FloatGroup.WindowTaskbarIcon attached property for a specific object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
dObj | DependencyObject | A DependencyObject whose FloatGroup.WindowTaskbarIcon attached property is to be set. |
value | ImageSource | A new value of the FloatGroup.WindowTaskbarIcon attached property for the specified object. |
See Also