Back to Devexpress

DxTab Members

blazor-devexpress-dot-blazor-dot-dxtab-dot-underscore-members.md

latest6.0 KB
Original Source

DxTab Members

A tab without content within a Tabs component.

Constructors

NameDescription
DxTab()Initializes a new DxTab class instance.

Properties

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

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. Inherited from DxTabBase.
VisibleChangedFires when a user closes the tab. Inherited from DxTabBase.
VisibleIndexChangedFires when the tab’s visible index changes. Inherited from DxTabBase.

See Also

DxTab Class

DevExpress.Blazor Namespace