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