Version

Supported Column Types

This topic introduces supported column types in the XamDataGrid control.

For a detailed overview of working with Columns, please see the Working with Columns topic.

Supported Column types:

  • TextColumn is used for displaying formatted text in associated cells; this is the default column type used to display data of the string data type.

  • NumericColumn is used for displaying a formatted numeric value in a cell and enables the control of decimal place placement within cells, setting minimum and maximum value thresholds and displaying fractional digits.

  • DateTimeColumn is used for displaying DateTime objects in a cell and provides predefined DateTime formats including: DateTimeLong, DateTimeShort, DateLong, DateShort, TimeLong, and TimeShort.

  • ImageColumn is used for displaying an image within a cell and exposes options for image stretch customization for cells.

  • TemplateColumn is used in conjunction with a cell template, allowing you to apply a custom template to the columns cell placement.