DevExpress.XtraTab Namespace
Contains the classes that maintain the XtraTabControl’s infrastructure.
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Classes
Name | Description |
---|---|
HeaderButtonCustomDrawEventArgs | Provides data for the TabbedView.CustomDrawHeaderButton event. |
PageAppearance | Provides the appearance settings used to paint the elements in a tab page. |
TabHeaderCustomDrawEventArgs | Provides data for the TabbedView.CustomDrawTabHeader event. |
TabPageCancelEventArgs | Provides data for the XtraTabControl.Selecting and XtraTabControl.Deselecting events. |
TabPageChangedEventArgs | Provides data for the XtraTabControl.HotTrackedPageChanged and XtraTabControl.SelectedPageChanged events. |
TabPageChangingEventArgs | Provides data for the XtraTabControl.SelectedPageChanging event. |
TabPageEventArgs | Provides data for the XtraTabControl.Selected and XtraTabControl.Deselected events. |
XtraTabControl | Displays tabbed pages where you can place other controls. |
XtraTabPage | Represents a single tab page. |
XtraTabPageCollection | Represents a tab control’s page collection. |
Delegates
Name | Description |
---|---|
TabPageCancelEventHandler | Represents the method for handling events which take a TabPageCancelEventArgs object as a parameter. |
TabPageChangedEventHandler | Represents a method that will handle the XtraTabControl.HotTrackedPageChanged and XtraTabControl.SelectedPageChanged events. |
TabPageChangingEventHandler | Represents the method for handling events which take a TabPageChangedEventArgs object as a parameter. |
TabPageEventHandler | Represents the method for handling events which take a TabPageEventArgs object as a parameter. |
Enums
Name | Description |
---|---|
ClosePageButtonShowMode | Enumerates values that specify whether Close buttons are displayed in individual tab pages, the tab control’s header, or in both. |
PinPageButtonShowMode | Provides members that indicate which tab headers should display their Pin Buttons. |
TabButtonShowMode | Lists values that specify the manner in which tab buttons are shown within a tab header panel. |
TabHeaderLocation | Lists values that specify the position of the tab headers in a tab control. |
TabMiddleClickFiringMode | Contains values that specify if and when a control’s TabMiddleClick event fires. |
TabOrientation | Lists values that specify the orientation of the tab headers in a tab control. |
TabPageImagePosition | Lists values that specify the alignment of the images displayed within page headers. |