BootstrapAccordionGroupDataFieldsBuilder Methods
Contains properties allowing you to specify data fields from which group 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. |
| HeaderIconCssClassField(String) | Sets the name of a data field (or an xml element’s attribute) providing names of CSS classes that define images displayed within group headers. |
| 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 group unique identifier names. |
| NavigateUrlField(String) | Sets the name of a data field (or an xml element’s attribute) which provides group navigation locations. |
| NavigateUrlFormatString(String) | Sets the pattern used to format navigate URLs of groups. |
| 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 group texts. |
| TextFormatString(String) | Sets the pattern used to format group texts. |
| ToolTipField(String) | Sets the name of a data field (or an xml element’s attribute) which provides group tooltip texts. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also