New to Telerik UI for WPFStart a free 30-day trial

Columns which can be exported through the GridViewExportingWriter.

Definition

Properties

The DataFormatString of the column.

C#
string DataFormatString { get; set; }

Gets the actual width.

C#
double ExportedElementWidth { get; }

Methods

Gets the content of the cell.

C#
object GetCellContent(object parameter)
Parameters:parameterobject

The data item.

Returns:

object

The content.