Skip to main content

Member Table: Columns

Server

Member Description
ASPxGridView.Columns Provides access to the ASPxGridView’s column collection.
ASPxGridView.VisibleColumns Provides access to the collection of visible columns within the ASPxGridView.
ASPxGridView.AutoGenerateColumns Specifies whether columns are automatically created for all fields in the underlying data source.
ASPxGridView.GetSortedColumns Returns a collection of columns involved in sorting.
ASPxGridView.CustomColumnDisplayText Allows you to display custom text in a cell.

Client

Member Description
ASPxClientGridView.GetColumn Returns the client column that resides at the specified position within the column collection.
ASPxClientGridView.GetColumnByField Returns the client column that is bound to the specified data source field.
ASPxClientGridView.GetColumnById Returns the column with the specified unique identifier.
ASPxClientGridView.GetColumnCount Returns the number of columns within the client ASPxGridView.
ASPxClientGridView.MoveColumn Moves the specified column to the specified visual position within the ASPxGridView.