Accordion
|
Gets the Accordion object to which the current group belongs.
|
AllowExpanding
|
Specifies whether the group’s expansion state can be changed.
|
ClientVisible
|
Gets or sets a value that specifies the group’s initial visibility state on the client.
|
Collection
|
Gets the collection to which an item belongs.
|
ContentCssClass
|
Gets or sets the name of a CSS class applied to the accordion group’s content container element.
|
ContentTemplate
|
Gets or sets a template used for displaying the client region’s content of the current group.
|
DataItem
|
Gets the data item that is bound to the navbar group.
|
DataPath
|
Gets the path to the data that is bound to the navbar group.
|
Enabled
|
Gets or sets a value that indicates whether the group is enabled, allowing the group to response to end-user interactions.
|
ExpandButtonPosition
|
Gets or sets a value that specifies the position at which the expand button is displayed within the group’s header.
|
Expanded
|
Gets or sets a value specifying whether the group is expanded.
|
HeaderBadge
|
Gets settings of a badge displayed within the accordion group’s header.
|
HeaderCssClass
|
Gets or sets the name of a CSS class applied to an accordion group’s header element.
|
HeaderCssClassCollapsed
|
Gets or sets the name of a CSS class applied to a collapsed accordion group’s header element.
|
HeaderIconCollapsedCssClass
|
Gets or sets the CSS class of the image displayed within a collapsed accordion group’s header.
|
HeaderIconCssClass
|
Gets or sets the CSS class of the image displayed within an accordion group’s header.
|
HeaderTemplate
|
Gets or sets a template used for displaying the content of the group’s header.
|
HeaderTemplateCollapsed
|
Gets or sets a template used for displaying the content of the group’s header when the group is in a collapsed state.
|
Index
|
Gets or sets the item’s index within the collection.
|
ItemCssClass
|
Gets or sets the name of a CSS class applied to the accordion group’s items.
|
Items
|
Gets the collection of items within the group and provides indexed access to them.
|
ItemTemplate
|
Gets or sets a template used for displaying the content of the group’s items.
|
ItemTextTemplate
|
Gets or sets a template used for displaying the text content of the group’s items.
|
Name
|
Gets or sets the unique identifier name for the group.
|
NavigateUrl
|
Gets or sets an URL which defines the navigation location.
|
SettingsBootstrap
|
|
ShowExpandButton
|
Gets or sets a value that specifies whether the expand button is displayed within the group’s header.
|
Target
|
Gets or sets the window or frame at which to target the contents of the URL associated with the group’s caption.
|
Text
|
Gets or sets the group’s caption (the text content of the group’s header).
|
TextCssClass
|
Specifies CSS classes applied to the Accordion group‘s text.
|
ToolTip
|
Gets or sets the tooltip text for the group’s header.
|
Visible
|
Gets or sets a value specifying the visibility of the group.
|
VisibleIndex
|
Gets or sets a value specifying the position of the group amongst the visible groups in the navbar control.
|