예제 #1
0
        protected internal override void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
        {
            var newThemeKey = view.GetDefaultStyleKey(typeof(DataCell));

            if (object.Equals(this.DefaultStyleKey, newThemeKey))
            {
                return;
            }

            this.DefaultStyleKey = newThemeKey;
        }
예제 #2
0
 internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(HierarchicalGroupLevelIndicatorPane));
 }
예제 #3
0
 protected internal override void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(DetailIndicator));
 }
예제 #4
0
 protected internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(GroupHeaderControl));
 }
예제 #5
0
 protected internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(GroupLevelIndicator));
 }
예제 #6
0
 internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(RowSelectorPane));
 }