Interface IExportableElement
Elements which can be exported through the GridViewExportingWriter.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public interface IExportableElement
Properties
Content
Gets the content of the element.
Declaration
object Content { get; }
Property Value
System.Object
|
ExportedElementColumnSpan
Gets the span.
Declaration
int ExportedElementColumnSpan { get; }
Property Value
System.Int32
|
ExportedElementWidth
Gets the actual width.
Declaration
double ExportedElementWidth { get; }
Property Value
System.Double
|