TreeListSettings Methods
Contains the TreeList extension settings.| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetDataCellTemplateContent(Action<TreeListDataCellTemplateContainer>) | Allows you to provide a template to render a data cell. |
| SetDataCellTemplateContent(String) | Allows you to provide a template to render a data cell. |
| SetEditFormTemplateContent(Action<TreeListEditFormTemplateContainer>) | Allows you to provide a template to render the edit form. |
| SetEditFormTemplateContent(String) | Allows you to provide a template to render the edit form. |
| SetFilterCellTemplateContent(Action<TreeListFilterCellTemplateContainer>) | Allows you to specify a filter cell template. |
| SetFilterCellTemplateContent(String) | Allows you to specify a filter cell template. |
| SetFilterRowTemplateContent(Action<TreeListFilterRowTemplateContainer>) | Allows you to specify a filter row template. |
| SetFilterRowTemplateContent(String) | Allows you to specify a filter row template. |
| SetFooterCellTemplateContent(Action<TreeListFooterCellTemplateContainer>) | Allows you to provide a template to render a footer cell. |
| SetFooterCellTemplateContent(String) | Allows you to provide a template to render a footer cell. |
| SetGroupFooterCellTemplateContent(Action<TreeListFooterCellTemplateContainer>) | Allows you to provide a template to render a group footer cell. |
| SetGroupFooterCellTemplateContent(String) | Allows you to provide a template to render a group footer cell. |
| SetHeaderCaptionTemplateContent(Action<TreeListHeaderTemplateContainer>) | Allows you to provide a template to render the column header’s caption. |
| SetHeaderCaptionTemplateContent(String) | Allows you to provide a template to render the column header’s caption. |
| SetPreviewTemplateContent(Action<TreeListPreviewTemplateContainer>) | Allows you to provide a template to render a preview row. |
| SetPreviewTemplateContent(String) | Allows you to provide a template to render a preview row. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also