IExportableElement
Interface
Elements which can be exported through the GridViewExportingWriter.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public interface IExportableElement
Derived Classes:
Properties
Gets the span.
C#
int ExportedElementColumnSpan { get; }
Gets the actual width.
C#
double ExportedElementWidth { get; }