TabControlEventArgs.Tab Property
Gets a tab object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
TabBase | A TabBase object representing the tab manipulations on which forced the event to be raised. |
Available values:
Name | Description |
---|---|
TabControl | Gets the control to which the current tab belongs. |
IsActive | Gets a value that indicates whether the current tab is the control's active tab. |
NewLine | Gets or sets a value that specifies whether the current tab starts a new line. |
DataItem | Gets the data item that is bound to the tab. |
TabTextTemplate | For internal use only. |
ActiveTabTextTemplate | For internal use only. |
TabTemplate | Gets or sets a template used to display the content of the current tab. |
ActiveTabTemplate | Gets or sets a template used for displaying the content of the current tab when it's active. |
TabStyle | Gets the style settings of the current tab. |
ActiveTabStyle | Gets the style of the tab when it's active. |
TabImage | Gets the settings of an image displayed by the current tab. |
ActiveTabImage | Gets the settings of a tab image displayed within the current tab when the tab is active. |
VisibleIndex | Gets or sets a value specifying the position of the current tab (tabbed page) amongst the visible tabs (tabbed pages) in a tab control. |
Visible | Gets or sets a value specifying the visibility of the current tab (tab page). |
ToolTip | Gets or sets the current tab's tooltip text. |
Text | Gets or sets the text content of the current tab (tab page) object. |
Name | Gets or sets the unique identifier name for the current tab object. |
Enabled | Gets or sets a value that indicates whether the current tab is enabled, allowing the tab to respond to end-user interactions. |
ClientEnabled | Gets or sets a value that indicates whether the tab (or tab page) is enabled on the client. |
ClientVisible | Gets or sets a value that specifies the tab's initial visibility state on the client. |
ToString() | Returns the string that represents the current object. |
FindControl(String) | Searches the current naming container for a server control with the specified id parameter. |
Assign(CollectionItem) | Copies the settings from the specified CollectionItem object to the current object. |
TabBase(String, String, String) | Initializes a new instance of the TabBase class with the specified settings. |
TabBase(String, String) | Initializes a new instance of the TabBase class with the specified settings. |
TabBase(String) | Initializes a new instance of the TabBase class using the specified display text. |
TabBase() | Initializes a new instance of the TabBase class. |
Remarks
The Tab property represents a tab object concerned with raising the event.