Back to Devexpress

TabControlViewBase Properties

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolviewbase-dot-underscore-properties.md

latest6.4 KB
Original Source

TabControlViewBase Properties

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

NameDescription
ActualNewTabCommandThis property supports the internal infrastructure and is not intended to be used directly from your code.
AllowHideTabItemsObsolete. Gets or sets whether the tab items can be hidden by end-users. This is a dependency property.
AllowKeyboardNavigationGets or sets whether navigation between tab items can be performed via the keyboard. This is a dependency property.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CloseHeaderMenuOnItemSelectingGets or sets whether to close the header menu after an end-user has selected a tab item from it. This is a dependency property.
CloseTabCommandThis property supports the internal infrastructure and is not intended to be used directly from your code.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
HeaderLocationGets or sets the location of the Header Panel, relative to the tab item. This is a dependency property.
HeaderMenuCustomizationsAllows you to customize the Header Menu by adding new menu items or removing existing items.
HideButtonShowModeGets or sets when to show the Hide button. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MultiLineViewThis property supports the internal infrastructure and is not intended to be used directly from your code.
NewButtonShowModeGets or sets where to show the New button. This is a dependency property.
NewTabCommandGets or sets a command executed when the New Button is clicked. This is a dependency property.
NewTabCommandParameterGets or sets the TabControlViewBase.NewTabCommand parameter. This is a dependency property.
OwnerGets the view’s owner. This is a dependency property.
RemoveTabItemsOnHidingGets or sets whether tab items are removed after being hidden. This is a dependency property.
ScrollViewThis property supports the internal infrastructure and is not intended to be used directly from your code.
ShowDisabledTabItemsInHeaderMenuGets or sets whether to show disabled tab items in the header menu. This is a dependency property.
ShowHeaderMenuGets or sets whether the arrow button used to invoke the header menu is visible. This is a dependency property.
ShowHiddenTabItemsInHeaderMenuGets or sets whether to show hidden tab items in the header menu. This is a dependency property.
ShowVisibleTabItemsInHeaderMenuGets or sets whether to show visible tab items in the header menu. This is a dependency property.
SingleTabItemHideModeGets or sets the single tab item hide mode. This is a dependency property.
StretchViewThis property supports the internal infrastructure and is not intended to be used directly from your code.
TagGets or sets the object that contains data about the control. This is a dependency property.

See Also

TabControlViewBase Class

TabControlViewBase Members

DevExpress.Xpf.Core Namespace