Back to Devexpress

Member Table: Columns

aspnet-4033-components-tree-list-member-tables-member-table-columns.md

latest1.7 KB
Original Source

Member Table: Columns

  • Dec 17, 2020

Server

MemberDescription
ASPxTreeList.ColumnsProvides access to the ASPxTreeList’s column collection.
ASPxTreeList.VisibleColumnsProvides access to the collection of visible columns within the ASPxTreeList.
ASPxTreeList.AutoGenerateColumnsSpecifies whether columns are automatically created for all fields in the underlying data source.
ASPxTreeList.AutoGenerateServiceColumnsSpecifies whether columns are automatically created for service fields in the underlying data source (ASPxTreeList.KeyFieldName, ASPxTreeList.ParentFieldName).

Client

MemberDescription
ASPxClientTreeList.GetColumnByFieldNameReturns the client column which is bound to the specified data source field.
ASPxClientTreeList.GetColumnByNameReturns the column with the specified name.
ASPxClientTreeList.GetColumnByIndexReturns the column contained at the specified position within the collection.
ASPxClientTreeList.GetColumnCountReturns the number of columns contained within the client ASPxTreeList.