DxAccordion Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Animation |
Specifies the animation type. |
Attributes | Specifies a collection of standard HTML attributes applied to the Accordion. |
Css |
Assigns a CSS class to the component.
Inherited from Dx |
Custom |
Allows you to implement custom filter logic. |
Data | Specifies the data source. |
Data |
Specifies data mappings. |
Expand |
Specifies the user action that expands or collapses the item. |
Expand |
Specifies how many items can be expanded at a time. |
Filter |
Specifies the minimum number of characters a user must type in the search box to apply the filter. |
Filter |
Specifies the filter panel’s prompt text. |
Filter |
Specifies the filter criteria used to filter the component’s items. |
Id |
Specifies the component’s unique identifier.
Inherited from Dx |
Item |
Specifies a content template for all Accordion items. |
Item |
Specifies a header text template for all Accordion items. |
Items | Specifies the collection of the Accordion’s items. |
Item |
Specifies the template used to display Accordion items. |
Load |
Specifies whether the Accordion’s child items are loaded on demand. |
Root |
Specifies the CSS class name for a root item’s Collapse button icon. |
Root |
Specifies where the Accordion component displays its expand button for root items. |
Root |
Specifies the CSS class name for a root item’s Expand button icon. |
Selection |
Specifies the selection mode. |
Show |
Specifies whether the Accordion displays the filter panel. |
Size |
Specifies the size of the component’s inner elements. Also affects the component’s size. |
Sub |
Specifies the CSS class name for a subitem’s Collapse button icon. |
Sub |
Specifies where the Accordion component displays expand and collapse buttons for nested items. |
Sub |
Specifies the CSS class name for a subitem’s Expand button icon. |
Target | Specifies the target attribute’s value for all items. |
Url |
Specifies whether the item becomes selected if its Navigate |
#Methods
Name | Description |
---|---|
Clear |
Clears selection. |
Collapse |
Collapses all items. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Expand |
Expands all items. |
Expand |
Expands items down to the specified item. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns whether the specified item is expanded. |
Get |
Returns information about the specified item. |
Get |
Returns information about the specified items. |
Get |
Returns information about the selected item. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Select |
Selects the specified item. |
Set |
Expands or collapses the specified node. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
After |
Fires after an item was collapsed. |
After |
Fires after an item was expanded. |
Before |
Fires when an item is about to be collapsed and allows you to cancel the action. |
Before |
Fires when an item is about to be expanded and allows you to cancel the action. |
Filter |
Fires when a component’s filter string changes. |
Item |
Fires when a user clicks an Accordion item. |
Selection |
Fires when a collection of selected Accordion items changes. |