ListView.ValidateItemTemplate(DataTemplate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns false
if template
is a template selector and elements are being retained. Otherwise, returns true
.
protected override bool ValidateItemTemplate (Xamarin.Forms.DataTemplate template);
override this.ValidateItemTemplate : Xamarin.Forms.DataTemplate -> bool
Parameters
- template
- DataTemplate
Returns
System.Boolean
false
if template
is a template selector and elements are being retained. Otherwise, true
.