IExportableColumn
Interface
Columns which can be exported through the GridViewExportingWriter.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public interface IExportableColumn
Derived Classes:
Properties
The DataFormatString of the column.
C#
string DataFormatString { get; set; }
Gets the actual width.
C#
double ExportedElementWidth { get; }