Interface
IExportableColumn

Columns which can be exported through the GridViewExportingWriter.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public interface IExportableColumn

Properties

DataFormatString

The DataFormatString of the column.

Declaration

cs-api-definition
string DataFormatString { get; set; }

Property Value

string

ExportedElementWidth

Gets the actual width.

Declaration

cs-api-definition
double ExportedElementWidth { get; }

Property Value

double

Methods

GetCellContent(object)

Gets the content of the cell.

Declaration

cs-api-definition
object GetCellContent(object parameter)

Parameters

parameter

object

The data item.

Returns

object

The content.