Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# How to customize the header of native floatwindow in WPF DockingManager?

The style of Floatwindow Header can be customized based on the requirement, and the customized style can be accessed through NativeWindowStyle property of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). For instance, we have added Refresh button in the header Style(“Header”) and bound the header style to the style of ContentControl in Template of `NativeFloatWindow`.
The style of Floatwindow Header can be customized based on the requirement, and the customized style can be accessed through NativeWindowStyle property of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). For instance, we have added Refresh button in the header Style(“Header”) and bound the header style to the style of ContentControl in Template of `NativeFloatWindow`.

KB article - [How to customize the header of native floatwindow in WPF DockingManager?](https://www.syncfusion.com/kb/8688/how-to-customize-the-header-of-native-floatwindow-in-wpf-dockingmanager)