Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TabPanelItemBuilder Methods
Show Inherited Hide Inherited

Represents a TabPanel item.
Name Description
Badge(JS) Specifies a badge text for the tab. Mirrors the client-side badge option.
Badge(String) Specifies a badge text for the tab. Mirrors the client-side badge option.
Disabled(JS) Specifies whether the UI component item responds to user interaction. Mirrors the client-side disabled option.
Disabled(Boolean) Specifies whether the UI component item responds to user interaction. Mirrors the client-side disabled option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Html(JS) Specifies the HTML markup to be inserted into the item element. Mirrors the client-side html option.
Html(String) Specifies the HTML markup to be inserted into the item element. Mirrors the client-side html option.
Icon(JS) Specifies the icon to be displayed in the tab's title. Mirrors the client-side icon option.
Icon(String) Specifies the icon to be displayed in the tab's title. Mirrors the client-side icon option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
TabTemplate(JS) Specifies the client-side tabTemplate.
TabTemplate(RazorBlock) Specifies the client-side tabTemplate.
TabTemplate(TemplateName) Specifies the client-side tabTemplate.
TabTemplate(String) Specifies the client-side tabTemplate.
Template(JS) Specifies the client-side template.
Template(RazorBlock) Specifies the client-side template.
Template(TemplateName) Specifies the client-side template.
Template(String) Specifies the client-side template.
Text(JS) Specifies text displayed for the UI component item. Mirrors the client-side text option.
Text(String) Specifies text displayed for the UI component item. Mirrors the client-side text option.
Title(JS) Specifies the item title text displayed on a corresponding tab. Mirrors the client-side title option.
Title(String) Specifies the item title text displayed on a corresponding tab. Mirrors the client-side title option.
ToString() Returns a string that represents the current object. Inherited from Object.
Visible(JS)
Visible(Boolean)
See Also