GraffitiAccordionMenuItem

Enumerations #

Name Values
This class exposes no enumerations.

Constants #

Name Type Value
This class exposes no constants.

Events #

Definition Description
This class exposes no events.

Methods #

Definition Description
Constructor( ItemText as String, ItemNotify as Integer ) Construct an instance of this class with the parameters as property values.
Constructor( ItemText as String, ItemNotify as Integer, ItemChildren() as GraffitiAccordionNavItem )

Properties #

Name Type Default Value Description
CanExpand Boolean True When False users cannot expand or collapse items within the browser.
Children() GraffitiWebAccordionNavItem Nil Used for nesting items.
Icon String “” FontAwesome icon string to display within the item.
NotificationCount Double Nil Displayed value to the right of the accordion item’s text. Setting to a value of -1 will remove the notification count badge. Automatically formatted to users’ locale.
Text String “” The caption of the item.
Tag Variant Nil Anything you like.

Examples #

There are currently no examples for this class.