Back to Devexpress

DxAccordionItem Members

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

latest5.6 KB
Original Source

DxAccordionItem Members

Defines an item of the DxAccordion component.

Constructors

NameDescription
DxAccordionItem()Initializes a new instance of the DxAccordionItem class.

Properties

NameDescription
AllowSelectionSpecifies whether the Accordion item can be selected.
AttributesSpecifies a collection of standard HTML attributes applied to the accordion item.
ContentTemplateSpecifies a template for the Accordion item’s content.
CssClassAssigns a CSS class to the Accordion item.
EnabledSpecifies whether navigation component’s item is enabled. Inherited from DxNavigationItemBaseComponent<TModel>.
ExpandedSpecifies whether the item is expanded.
HeaderTextTemplateSpecifies a template for the Accordion item’s header text.
IconCssClassSpecifies the name of the CSS class applied to the Accordion item’s icon.
IconUrlSpecifies the Accordion item’s icon URL.
ItemsContains child items of the current Accordion item.
NameSpecifies a unique identifier for the item.
NavigateUrlSpecifies the item’s location to navigate.
SyncRootFor internal use only. Inherited from DxModelComponent.
TargetSpecifies the target attribute’s value for the item.
TemplateSpecifies the template used to display the Accordion item.
TextSpecifies the item’s text content.
UrlMatchModeSpecifies 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.
VisibleSpecifies whether the navigation component is visible. Inherited from DxNavigationItemBaseComponent<TModel>.

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 Accordion item.
ExpandedChangedFires when an Accordion’s item expands or collapses.

See Also

DxAccordionItem Class

DevExpress.Blazor Namespace