mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-ba360721.md
A base class for columns used to display and edit text values.
Namespace : DevExpress.XamarinForms.DataGrid
Assembly : DevExpress.XamarinForms.Grid.dll
NuGet Package : DevExpress.XamarinForms.Grid
public abstract class TextColumnBase :
GridColumn
The TextColumnBase is a base class for columns in the DataGridView that allow users to edit String values. In the figure below, the Full Name column is a TextColumn, which is a TextColumnBase descendant.
You can configure the following options related to text columns:
You can configure the following options related to all types of grid columns:
Use the following properties to sort and group data in the grid, and calculate cell values based on expressions:
The grid stores columns in the DataGridView.Columns collection. Depending on the AutoGenerateColumnsMode option, the grid automatically generates columns based on the bound data source, or you can add columns to the grid and associate them with data fields manually. See the following help topic for an example: Create Columns for Different Data Types.
Show 11 items
Object GridColumn TextColumnBase AutoCompleteColumn
See Also