internal virtual void PrepareDefaultStyleKey( Xceed.Wpf.DataGrid.Views.ViewBase view ) { var newThemeKey = view.GetDefaultStyleKey( typeof( HierarchicalGroupLevelIndicatorPane ) ); if( object.Equals( this.DefaultStyleKey, newThemeKey ) ) return; this.DefaultStyleKey = newThemeKey; }
protected internal override void PrepareDefaultStyleKey(Xceed.Wpf.DataGrid.Views.ViewBase view) { var newThemeKey = view.GetDefaultStyleKey(typeof(DataCell)); if (object.Equals(this.DefaultStyleKey, newThemeKey)) { return; } this.DefaultStyleKey = newThemeKey; }
internal virtual void PrepareDefaultStyleKey(Xceed.Wpf.DataGrid.Views.ViewBase view) { this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(RowSelectorPane)); }
protected internal virtual void PrepareDefaultStyleKey(Xceed.Wpf.DataGrid.Views.ViewBase view) { this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(GroupHeaderControl)); }
protected internal virtual void PrepareDefaultStyleKey(Xceed.Wpf.DataGrid.Views.ViewBase view) { this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(GroupLevelIndicator)); }
protected internal override void PrepareDefaultStyleKey(Xceed.Wpf.DataGrid.Views.ViewBase view) { this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(DetailIndicator)); }
internal virtual void PrepareDefaultStyleKey(Xceed.Wpf.DataGrid.Views.ViewBase view) { this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(HierarchicalGroupLevelIndicatorPane)); }