From 163b0cb57a567bc900b55ed11027bfcb0ae257f4 Mon Sep 17 00:00:00 2001 From: Pierre Olivier LePage Date: Thu, 25 Aug 2016 09:39:43 -0400 Subject: [PATCH] Fixed dependency property name of property Groups in GalleryGroupFilter. --- Fluent.Ribbon/Controls/GalleryGroupFilter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fluent.Ribbon/Controls/GalleryGroupFilter.cs b/Fluent.Ribbon/Controls/GalleryGroupFilter.cs index b0e27fe4b..d109b5541 100644 --- a/Fluent.Ribbon/Controls/GalleryGroupFilter.cs +++ b/Fluent.Ribbon/Controls/GalleryGroupFilter.cs @@ -34,11 +34,11 @@ public string Groups } /// - /// Using a DependencyProperty as the backing store for ContextualGroups. + /// Using a DependencyProperty as the backing store for Groups. /// This enables animation, styling, binding, etc... /// public static readonly DependencyProperty GroupsProperty = - DependencyProperty.Register("ContextualGroups", typeof(string), + DependencyProperty.Register("Groups", typeof(string), typeof(GalleryGroupFilter), new UIPropertyMetadata(string.Empty)); } } \ No newline at end of file