Back to Devexpress

Member Table: Columns

aspnet-3702-components-grid-view-member-tables-member-table-columns.md

latest1.7 KB
Original Source

Member Table: Columns

  • Feb 02, 2023

Server

MemberDescription
ASPxGridView.ColumnsProvides access to the ASPxGridView’s column collection.
ASPxGridView.VisibleColumnsProvides access to the collection of visible columns within the ASPxGridView.
ASPxGridView.AutoGenerateColumnsSpecifies whether columns are automatically created for all fields in the underlying data source.
ASPxGridView.GetSortedColumnsReturns a collection of columns involved in sorting.
ASPxGridView.CustomColumnDisplayTextAllows you to display custom text in a cell.

Client

MemberDescription
ASPxClientGridView.GetColumnReturns the client column that resides at the specified position within the column collection.
ASPxClientGridView.GetColumnByFieldReturns the client column that is bound to the specified data source field.
ASPxClientGridView.GetColumnByIdReturns the column with the specified unique identifier.
ASPxClientGridView.GetColumnCountReturns the number of columns within the client ASPxGridView.
ASPxClientGridView.MoveColumnMoves the specified column to the specified visual position within the ASPxGridView.