Esempio n. 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;
        }
Esempio n. 2
0
 internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(HierarchicalGroupLevelIndicatorPane));
 }
Esempio n. 3
0
 protected internal override void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(DetailIndicator));
 }
Esempio n. 4
0
 protected internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(GroupHeaderControl));
 }
Esempio n. 5
0
 protected internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(GroupLevelIndicator));
 }
Esempio n. 6
0
 internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(RowSelectorPane));
 }