Skip to main content

TreeListSettings<RowType> 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.
KeyField<ValueType>(Expression<Func<RowType, ValueType>>) Allows you to define the key field.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ParentField<ValueType>(Expression<Func<RowType, ValueType>>) Allows you to define the parent field.
PreviewField<ValueType>(Expression<Func<RowType, ValueType>>) Allows you to define the preview field.
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. Inherited from TreeListSettings.
SetDataCellTemplateContent(String) Allows you to provide a template to render a data cell. Inherited from TreeListSettings.
SetEditFormTemplateContent(Action<TreeListEditFormTemplateContainer>) Allows you to provide a template to render the edit form. Inherited from TreeListSettings.
SetEditFormTemplateContent(String) Allows you to provide a template to render the edit form. Inherited from TreeListSettings.
SetFilterCellTemplateContent(Action<TreeListFilterCellTemplateContainer>) Allows you to specify a filter cell template. Inherited from TreeListSettings.
SetFilterCellTemplateContent(String) Allows you to specify a filter cell template. Inherited from TreeListSettings.
SetFilterRowTemplateContent(Action<TreeListFilterRowTemplateContainer>) Allows you to specify a filter row template. Inherited from TreeListSettings.
SetFilterRowTemplateContent(String) Allows you to specify a filter row template. Inherited from TreeListSettings.
SetFooterCellTemplateContent(Action<TreeListFooterCellTemplateContainer>) Allows you to provide a template to render a footer cell. Inherited from TreeListSettings.
SetFooterCellTemplateContent(String) Allows you to provide a template to render a footer cell. Inherited from TreeListSettings.
SetGroupFooterCellTemplateContent(Action<TreeListFooterCellTemplateContainer>) Allows you to provide a template to render a group footer cell. Inherited from TreeListSettings.
SetGroupFooterCellTemplateContent(String) Allows you to provide a template to render a group footer cell. Inherited from TreeListSettings.
SetHeaderCaptionTemplateContent(Action<TreeListHeaderTemplateContainer>) Allows you to provide a template to render the column header’s caption. Inherited from TreeListSettings.
SetHeaderCaptionTemplateContent(String) Allows you to provide a template to render the column header’s caption. Inherited from TreeListSettings.
SetPreviewTemplateContent(Action<TreeListPreviewTemplateContainer>) Allows you to provide a template to render a preview row. Inherited from TreeListSettings.
SetPreviewTemplateContent(String) Allows you to provide a template to render a preview row. Inherited from TreeListSettings.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also