Interface IExportableColumn
Columns which can be exported through the GridViewExportingWriter.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public interface IExportableColumn
Properties
DataFormatString
The DataFormatString of the column.
Declaration
string DataFormatString { get; set; }
Property Value
System.String
|
ExportedElementWidth
Gets the actual width.
Declaration
double ExportedElementWidth { get; }
Property Value
System.Double
|
Methods
GetCellContent(Object)
Gets the content of the cell.
Declaration
object GetCellContent(object parameter)
Parameters
System.Object
parameter
The data item. |
Returns
System.Object
The content. |