Back to Devexpress

DxTabBase Properties

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

latest2.4 KB
Original Source

DxTabBase Properties

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

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.

See Also

DxTabBase Class

DxTabBase Members

DevExpress.Blazor.Base Namespace