BootstrapAccordionItemDataFieldsBuilder Methods
Contains properties allowing you to specify data fields from which item settings of a bound BootstrapAccordionBuilder should be obtained.| Name | Description |
|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IconCssClassField(String) | Sets the name of a data field (or an xml element’s attribute) which provides CSS class names for images displayed within items. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| NameField(String) | Sets the name of a data field (or an xml element’s attribute) which provides item unique identifier names. |
| NavigateUrlField(String) | Sets the name of a data field (or an xml element’s attribute) which provides item navigation locations. |
| NavigateUrlFormatString(String) | Sets the pattern used to format the navigate URLs of items. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| TextField(String) | Sets the name of a data field (or an xml element’s attribute) which provides item texts. |
| TextFormatString(String) | Sets the pattern used to format item texts. |
| ToolTipField(String) | Sets the name of a data field (or an xml element’s attribute) which provides item tooltip texts. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also