C# Class Catel.Services.ViewModelWrapperService

Show file Open project: Catel/Catel

Protected Methods

Method Description
IsViewWrapped ( IView view ) : bool

Determines whether the specified view is wrapped.

Private Methods

Method Description
CreateViewModelGrid ( IView view, object viewModelSource, WrapOptions wrapOptions ) : IViewModelWrapper
GetContent ( IView view ) : object
SetContent ( IView view, object content ) : void

Method Details

IsViewWrapped() protected method

Determines whether the specified view is wrapped.
protected IsViewWrapped ( IView view ) : bool
view IView The view.
return bool