DxTabs Members
#Properties
Name | Description |
---|---|
Active |
Specifies the active tab’s zero-based index. |
Allow |
Specifies whether users can reorder tabs. |
Attributes | Specifies a collection of standard HTML attributes applied to the Tabs component. |
Child |
|
Css |
Assigns a CSS class to the component.
Inherited from Dx |
Id |
Specifies the component’s unique identifier.
Inherited from Dx |
Render |
Specifies how the Dx |
Scroll |
Specifies how users navigate between tabs when they do not fit the container’s width. |
Size |
Specifies the size of the header and content of all tabs. |
Tabs |
Specifies where tab headers appear relative to content. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns a collection of tabs ordered by visible indexes. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset |
Resets the tab order to the initial state. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Active |
Fires when the active tab is changed. |
Tab |
Fires when a user clicks a tab. |
Tab |
Fires when a user clicks the Close button or presses the Delete key. |
Tab |
Fires after a user drops a tab to a new position. |