From 94a0da5716e352dece0ffef4ec23c0c64b06927e Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:55:56 +0530 Subject: [PATCH] Update README.md documentation(DOC-3343): KB link --- .../README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/How-to-customize-the-header-of-native-floatwindow-in-dockingmanager/README.md b/How-to-customize-the-header-of-native-floatwindow-in-dockingmanager/README.md index 5bd144e..3b2f7f0 100644 --- a/How-to-customize-the-header-of-native-floatwindow-in-dockingmanager/README.md +++ b/How-to-customize-the-header-of-native-floatwindow-in-dockingmanager/README.md @@ -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`. \ No newline at end of file +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)