Skip to main content
A newer version of this page is available. .

ASPxClientRibbonTab Members

A client-side equivalent of the ribbon’s RibbonTab object.

Properties

Name Description
index Gets or sets the tab‘s index within the collection.
name Gets the name of the current ribbon tab.
ribbon Gets the client ribbon object to which the current tab belongs.

Methods

Name Description
GetEnabled Returns a value indicating whether a ribbon tab is enabled.
GetText Returns the text displayed in the tab.
GetVisible Returns a value specifying whether a ribbon tab is displayed.
SetEnabled(enabled) Sets a value specifying whether the tab is enabled.
See Also