Skip to main content

veContentSelector Properties

The base class for containers capable of visualizing items’ contents using templates.
Name Description
ContentTemplate Gets or sets a template used to visualize an item’s content.
ContentTemplateSelector Gets or sets an object that chooses an item content template based on custom logic.
SelectedContent Gets the content of the currently selected item.
SelectedContentTemplate Gets a template used to visualize the selected item’s content.
SelectedContentTemplateSelector Gets an object that chooses the selected item’s content template based on custom logic.
SelectedIndex Gets or sets the index of the selected item. Inherited from veSelector.
SelectedItem Gets or sets the selected item. Inherited from veSelector.
See Also