Parameters
- view
- The view from which to retrieve the current style key.
protected internal virtual void PrepareDefaultStyleKey( ViewBase viewBase ) { this.DefaultStyleKey = viewBase.GetDefaultStyleKey( typeof( Cell ) ); }
Protected Friend Overrides Sub PrepareDefaultStyleKey( ByVal viewBase As ViewBase ) Me.DefaultStyleKey = viewBase.GetDefaultStyleKey( GetType( Cell ) ) End Sub