Back to Devexpress

DxTabBase Members

blazor-devexpress-dot-blazor-dot-base-dot-dxtabbase-dot-underscore-members.md

latest4.9 KB
Original Source

DxTabBase Members

Defines the base API for classes that implement a tab or tab with content.

Constructors

NameDescription
DxTabBase()Initializes a new DxTabBase class instance.

Properties

NameDescription
AllowCloseSpecifies whether users can close the tab.
AttributesSpecifies a collection of standard HTML attributes applied to the Tab.
ChildContentSpecifies tab content.
ContentAttributesSpecifies a collection of standard HTML attributes applied to the Tab content.
CssClassAssigns a CSS class to a tab.
EnabledSpecifies whether the tab or tab page is enabled.
IdSpecifies the tab identifier (for internal use only).
SyncRootFor internal use only. Inherited from DxModelComponent.
TabIconCssClassSpecifies the tab icon’s CSS class.
TabIconUrlSpecifies the tab’s icon URL.
TabTemplateSpecifies the tab template.
TextSpecifies the text displayed in a tab.
TextTemplateSpecifies the template used to display the tab’s text.
TooltipSpecifies a tab’s tooltip text.
VisibleSpecifies whether a tab is visible or hidden.
VisibleIndexSpecifies the tab’s position among other tabs.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ClickFires when a user clicks the tab.
VisibleChangedFires when a user closes the tab.
VisibleIndexChangedFires when the tab’s visible index changes.

See Also

DxTabBase Class

DevExpress.Blazor.Base Namespace