Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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.
|