Skip to main content

DxAccordionItem Members

Defines an item of the DxAccordion component.

Constructors

Name Description
DxAccordionItem() Initializes a new instance of the DxAccordionItem class.

Properties

Name Description
AllowSelection Specifies whether the Accordion item can be selected.
ContentTemplate Specifies a template for the Accordion item’s content.
CssClass Specifies the name of a CSS class applied to the Accordion item.
Enabled Specifies whether navigation component’s item is enabled. Inherited from DxNavigationItemBaseComponent<TModel>.
Expanded Specifies whether the item is expanded.
HeaderTextTemplate Specifies a template for the Accordion item’s header text.
IconCssClass Specifies the name of the CSS class applied to the Accordion item’s icon.
IconUrl Specifies the Accordion item’s icon URL.
Items Contains child items of the current Accordion item.
Name Specifies a unique identifier for the item.
NavigateUrl Specifies the item’s location to navigate.
SyncRoot For internal use only. Inherited from DxSettingsComponent.
Target Specifies the target attribute’s value for the item.
Template Specifies the template used to display the Accordion item.
Text Specifies the item’s text content.
UrlMatchMode Specifies whether the item becomes selected if its NavigateUrl property value matches the active web page. If the control does select the item, it expands all parent items.
Visible Specifies whether the navigation component is visible. Inherited from DxNavigationItemBaseComponent<TModel>.

Methods

Name Description
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.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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

Name Description
Click Fires when a user clicks the Accordion item.
ExpandedChanged Fires when an Accordion’s item expands or collapses.
See Also