Table of Contents
TopLeftTickTemplateSelector Property

Gets or sets the custom logic for choosing a template used to display each item. This is a dependency property.

Syntax
 public DataTemplateSelector TopLeftTickTemplateSelector { get; set; }
Remarks

See using tick template for more information on how to use this property.

See Also