MonoMobile.Views.CellViewTemplate.CellViewTemplate C# (CSharp) Method

CellViewTemplate() public method

public CellViewTemplate ( ) : System
return System
		public CellViewTemplate()
		{
			ViewContainer.RegisterView(GetType(), CellViewType);
		}

Same methods

CellViewTemplate::CellViewTemplate ( Type valueConverterType ) : System
CellViewTemplate::CellViewTemplate ( Type valueConverterType, object converterParameter ) : System
CellViewTemplate::CellViewTemplate ( Type valueConverterType, string converterParameterPropertyName ) : System
CellViewTemplate