Skip to main content
A newer version of this page is available. .

veContentSelector Members

The base class for containers capable of visualizing items’ contents using templates.

Fields

Name Description
ContentTemplateProperty static Identifies the veContentSelector.ContentTemplate dependency property.
ContentTemplateSelectorProperty static Identifies the veContentSelector.ContentTemplateSelector dependency property.
SelectedContentProperty static Identifies the veContentSelector.SelectedContent dependency property.
SelectedContentTemplateProperty static Identifies the veContentSelector.SelectedContentTemplate dependency property.
SelectedContentTemplateSelectorProperty static Identifies the veContentSelector.SelectedContentTemplateSelector dependency property.
SelectedIndexProperty static Identifies the veSelector.SelectedIndex dependency property. Inherited from veSelector.
SelectedItemProperty static Identifies the veSelector.SelectedItem dependency property. Inherited from veSelector.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Select(IContentSelectorItem) Selects the specified item.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
SelectionChanged Fires when an item is selected. Inherited from veSelector.
See Also