Skip to main content

TabControlViewBase Properties
Show Inherited Hide Inherited

Serves as a base class for the DXTabControl's views.
Name Description
AllowHideTabItems Gets or sets whether the tab items can be hidden by end-users. 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.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
HeaderLocation Gets or sets the location of the Header Panel, relative to the tab item. This is a dependency property.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
RemoveTabItemsOnHiding Gets or sets whether tab items are removed after being hidden. This is a dependency property.
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.
See Also