Back to Devexpress

IAccordionItemInfo Properties

blazor-devexpress-dot-blazor-dot-iaccordioniteminfo-dot-underscore-properties.md

latest2.1 KB
Original Source

IAccordionItemInfo Properties

Contains information about an Accordion item.

NameDescription
DataItemReturns a data item that is bound to an Accordion item.
EnabledReturns whether the Accordion item is enabled.
ExpandedReturns whether the Accordion item is expanded.
FilterInfoReturns information about filter.
HasChildrenReturns whether the Accordion item has child items.
IconCssClassReturns the CSS class name of the Accordion item’s icon.
IconUrlReturns the URL to the Accordion’s item icon.
LevelReturns the Accordion’s item level.
NameReturns the Accordion’s item name.
NavigateUrlReturns the Accordion’s item navigation location.
ParentReturns information about the Accordion item’s parent.
TargetReturns the Accordion’s item target attribute value.
TextReturns the Accordion’s item text.
VisibleReturns whether the Accordion item is visible.

See Also

IAccordionItemInfo Interface

IAccordionItemInfo Members

DevExpress.Blazor Namespace