BootstrapAccordionItemDataFields Members
Contains properties allowing you to specify data fields from which item settings of a bound
BootstrapAccordion should be obtained.
Name |
Description |
Accordion
|
Gets the Accordion object to which the current object belongs.
|
IconCssClassField
|
Gets or sets the name of a data field (or an xml element's attribute) which provides CSS class names for images displayed within items.
|
ImageUrlField
|
This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
|
NameField
|
Gets or sets the name of a data field (or an xml element's attribute) which provides item unique identifier names.
|
NavBar
|
This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
|
NavigateUrlField
|
Gets or sets the name of a data field (or an xml element's attribute) which provides item navigation locations.
|
NavigateUrlFormatString
|
Gets or sets the pattern used to format the navigate URLs of items.
|
TextField
|
Gets or sets the name of a data field (or an xml element's attribute) which provides item texts.
|
TextFormatString
|
Gets or sets the pattern used to format item texts.
|
ToolTipField
|
Gets or sets the name of a data field (or an xml element's attribute) which provides item tooltip texts.
|
See Also