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

TabbedContainer Members

Presents items as tab pages with tab headers displayed at the top.

Constructors

Name Description
TabbedContainer() Initializes a new instance of the TabbedContainer class.

Fields

Name Description
ContentTemplateProperty static Identifies the veContentSelector.ContentTemplate dependency property. Inherited from veContentSelector.
ContentTemplateSelectorProperty static Identifies the veContentSelector.ContentTemplateSelector dependency property. Inherited from veContentSelector.
SelectedContentProperty static Identifies the veContentSelector.SelectedContent dependency property. Inherited from veContentSelector.
SelectedContentTemplateProperty static Identifies the veContentSelector.SelectedContentTemplate dependency property. Inherited from veContentSelector.
SelectedContentTemplateSelectorProperty static Identifies the veContentSelector.SelectedContentTemplateSelector dependency property. Inherited from veContentSelector.
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. Inherited from veContentSelector.
ContentTemplateSelector Gets or sets an object that chooses an item content template based on custom logic. Inherited from veContentSelector.
SelectedContent Gets the content of the currently selected item. Inherited from veContentSelector.
SelectedContentTemplate Gets a template used to visualize the selected item’s content. Inherited from veContentSelector.
SelectedContentTemplateSelector Gets an object that chooses the selected item’s content template based on custom logic. Inherited from veContentSelector.
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. Inherited from veContentSelector.
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