Skip to main content

TabControlViewBase Members

Serves as a base class for the DXTabControl‘s views.

Constructors

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

Fields

Name Description
AllowKeyboardNavigationProperty static Identifies the TabControlViewBase.AllowKeyboardNavigation dependency property.
CloseHeaderMenuOnItemSelectingProperty static Identifies the TabControlViewBase.CloseHeaderMenuOnItemSelecting dependency property.
HeaderLocationProperty static Identifies the TabControlViewBase.HeaderLocation dependency property.
HideButtonShowModeProperty static Identifies the TabControlViewBase.HideButtonShowMode dependency property.
MainNewButtonVisibilityProperty static For internal use only.
NewButtonShowModeProperty static Identifies the TabControlViewBase.NewButtonShowMode dependency property.
NewTabCommandParameterProperty static Identifies the TabControlViewBase.NewTabCommandParameter dependency property.
NewTabCommandProperty static Identifies the TabControlViewBase.NewTabCommand dependency property.
OwnerProperty static Identifies the TabControlViewBase.Owner dependency property.
PanelNewButtonVisibilityProperty static For internal use only.
RemoveTabItemsOnHidingProperty static Identifies the TabControlViewBase.RemoveTabItemsOnHiding dependency property.
ShowDisabledTabItemsInHeaderMenuProperty static Identifies the TabControlViewBase.ShowDisabledTabItemsInHeaderMenu dependency property.
ShowHeaderMenuProperty static Identifies the TabControlViewBase.ShowHeaderMenu dependency property.
ShowHiddenTabItemsInHeaderMenuProperty static Identifies the TabControlViewBase.ShowHiddenTabItemsInHeaderMenu dependency property.
ShowVisibleTabItemsInHeaderMenuProperty static Identifies the TabControlViewBase.ShowVisibleTabItemsInHeaderMenu dependency property.
SingleTabItemHideModeProperty static Identifies the TabControlViewBase.SingleTabItemHideMode dependency property.
TagProperty static Identifies the TabControlViewBase.Tag dependency property.

Properties

Name Description
ActualNewTabCommand This property supports the internal infrastructure and is not intended to be used directly from your code.
AllowHideTabItems Obsolete. Gets or sets whether the tab items can be hidden by end-users. This is a dependency property.
AllowKeyboardNavigation Gets or sets whether navigation between tab items can be performed via the keyboard. This is a dependency property.
CloseHeaderMenuOnItemSelecting Gets or sets whether to close the header menu after an end-user has selected a tab item from it. This is a dependency property.
CloseTabCommand This property supports the internal infrastructure and is not intended to be used directly from your code.
HeaderLocation Gets or sets the location of the Header Panel, relative to the tab item. This is a dependency property.
HeaderMenuCustomizations Allows you to customize the Header Menu by adding new menu items or removing existing items.
HideButtonShowMode Gets or sets when to show the Hide button. This is a dependency property.
MultiLineView This property supports the internal infrastructure and is not intended to be used directly from your code.
NewButtonShowMode Gets or sets where to show the New button. This is a dependency property.
NewTabCommand Gets or sets a command executed when the New Button is clicked. This is a dependency property.
NewTabCommandParameter Gets or sets the TabControlViewBase.NewTabCommand parameter. This is a dependency property.
Owner Gets the view’s owner. This is a dependency property.
RemoveTabItemsOnHiding Gets or sets whether tab items are removed after being hidden. This is a dependency property.
ScrollView This property supports the internal infrastructure and is not intended to be used directly from your code.
ShowDisabledTabItemsInHeaderMenu Gets or sets whether to show disabled tab items in the header menu. This is a dependency property.
ShowHeaderMenu Gets or sets whether the arrow button used to invoke the header menu is visible. This is a dependency property.
ShowHiddenTabItemsInHeaderMenu Gets or sets whether to show hidden tab items in the header menu. This is a dependency property.
ShowVisibleTabItemsInHeaderMenu Gets or sets whether to show visible tab items in the header menu. This is a dependency property.
SingleTabItemHideMode Gets or sets the single tab item hide mode. This is a dependency property.
StretchView This property supports the internal infrastructure and is not intended to be used directly from your code.
Tag Gets or sets the object that contains data about the control. This is a dependency property.
See Also